#C8DDED

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

Shades of Pattens Blue #C8DDED

Tints of Pattens Blue #C8DDED

Color information

#C8DDED (or 0xC8DDED) is unknown color: approx Pattens Blue. HEX triplet: C8, DD and ED. RGB value is (200,221,237). Sum of RGB (Red+Green+Blue) = 200+221+237=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #C8DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DDED is #372212. Grayscale: #D8D8D8. Windows color (decimal): -3613203 or 15588808. OLE color: 15588808.

HSL color Cylindrical-coordinate representation of color #C8DDED: hue angle of 205.95º 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 #C8DDED is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200221237-
CMYK0.160.0700.07
HSL205.95º50.68%85.69%-
HSV(B)205.95º15.61%92.94%-
XYZ64.9670.1190.23-
YUV216.54139.54116.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.40%
GREEN value IS 221 (86.72% from 255) = 33.59%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=30.40%
G=33.59%
B=36.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002212370.160.0700.07205.9550.6885.69
HexC8DDED10707ce3356
Octal3103353552070731663126
Binary110010001101110111101101100001110111110011101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDED; }

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

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

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

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

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

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

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

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