#C8DEED

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

Shades of Pattens Blue #C8DEED

Tints of Pattens Blue #C8DEED

Color information

#C8DEED (or 0xC8DEED) is unknown color: approx Pattens Blue. HEX triplet: C8, DE and ED. RGB value is (200,222,237). Sum of RGB (Red+Green+Blue) = 200+222+237=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DEED is #372112. Grayscale: #D9D9D9. Windows color (decimal): -3612947 or 15589064. OLE color: 15589064.

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

Color convert

RGB200222237-
CMYK0.160.0600.07
HSL204.32º50.68%85.69%-
HSV(B)204.32º15.61%92.94%-
XYZ65.2370.6490.32-
YUV217.13139.21115.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.35%
GREEN value IS 222 (87.11% from 255) = 33.69%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=30.35%
G=33.69%
B=35.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002222370.160.0600.07204.3250.6885.69
HexC8DEED10607cc3356
Octal3103363552060731463126
Binary110010001101111011101101100001100111110011001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DEED; }

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

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

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

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

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

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

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

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