#C8DEEC

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

Shades of Pattens Blue #C8DEEC

Tints of Pattens Blue #C8DEEC

Color information

#C8DEEC (or 0xC8DEEC) is unknown color: approx Pattens Blue. HEX triplet: C8, DE and EC. RGB value is (200,222,236). Sum of RGB (Red+Green+Blue) = 200+222+236=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEEC is #372113. Grayscale: #D8D8D8. Windows color (decimal): -3612948 or 15523528. OLE color: 15523528.

HSL color Cylindrical-coordinate representation of color #C8DEEC: hue angle of 203.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DEEC is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200222236-
CMYK0.150.0600.07
HSL203.33º48.65%85.49%-
HSV(B)203.33º15.25%92.55%-
XYZ65.0870.5889.55-
YUV217.02138.71115.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.40%
GREEN value IS 222 (87.11% from 255) = 33.74%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=30.40%
G=33.74%
B=35.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002222360.150.0600.07203.3348.6585.49
HexC8DEECF607cb3155
Octal3103363541760731361125
Binary11001000110111101110110011111100111110010111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEEC; }

 p { color: rgb(200,222,236); }

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

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

 a { background-color: rgb(200,222,236); }

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

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

 span { border-color: rgb(200,222,236); }

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