#CCD8DE

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

Shades of Pattens Blue #CCD8DE

Tints of Pattens Blue #CCD8DE

Color information

#CCD8DE (or 0xCCD8DE) is unknown color: approx Pattens Blue. HEX triplet: CC, D8 and DE. RGB value is (204,216,222). Sum of RGB (Red+Green+Blue) = 204+216+222=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DE is #332721. Grayscale: #D5D5D5. Windows color (decimal): -3352354 or 14604492. OLE color: 14604492.

HSL color Cylindrical-coordinate representation of color #CCD8DE: hue angle of 200º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD8DE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204216222-
CMYK0.080.0300.13
HSL200º21.43%83.53%-
HSV(B)200º8.11%87.06%-
XYZ62.6467.2278.78-
YUV213.1133.02121.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 216 (84.77% from 255) = 33.64%
BLUE value IS 222 (87.11% from 255) = 34.58%
R=31.78%
G=33.64%
B=34.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042162220.080.0300.1320021.4383.53
HexCCD8DE830Dc81554
Octal31433033610301531025124
Binary1100110011011000110111101000110110111001000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8DE; }

 p { color: rgb(204,216,222); }

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

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

 a { background-color: rgb(204,216,222); }

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

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

 span { border-color: rgb(204,216,222); }

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