#CDDCE1

Color #CDDCE1 Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CDDCE1

Tints of Pattens Blue #CDDCE1

Color information

#CDDCE1 (or 0xCDDCE1) is unknown color: approx Pattens Blue. HEX triplet: CD, DC and E1. RGB value is (205,220,225). Sum of RGB (Red+Green+Blue) = 205+220+225=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCE1 is #32231E. Grayscale: #D8D8D8. Windows color (decimal): -3285791 or 14802125. OLE color: 14802125.

HSL color Cylindrical-coordinate representation of color #CDDCE1: hue angle of 195º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDCE1 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205220225-
CMYK0.090.0200.12
HSL195º25%84.31%-
HSV(B)195º8.89%88.24%-
XYZ64.3669.681.28-
YUV216.08133.03120.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=31.54%
G=33.85%
B=34.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052202250.090.0200.121952584.31
HexCDDCE1920Cc31954
Octal31533434111201430331124
Binary1100110111011100111000011001100110011000011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCE1; }

 p { color: rgb(205,220,225); }

 H1.HeaderClassName
 {
   color: #CDDCE1;
 }
 .AnyTagClassName
 {
   color: #CDDCE1;
 }
</style>
background-color css

<style>
 a { background-color: #CDDCE1; }

 a { background-color: rgb(205,220,225); }

 div.DivClassName
 {
   background-color: #CDDCE1;
 }
 .BgClassName
 {
   background-color: #CDDCE1;
 }
</style>
border-color css

<style>
 span { border-color: #CDDCE1; }

 span { border-color: rgb(205,220,225); }

 td.TdClassName
 {
   border-color: #CDDCE1;
 }
 .TagClassName
 {
   border-color: #CDDCE1;
 }
</style>