#C8DAE2

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

Shades of Pattens Blue #C8DAE2

Tints of Pattens Blue #C8DAE2

Color information

#C8DAE2 (or 0xC8DAE2) is unknown color: approx Pattens Blue. HEX triplet: C8, DA and E2. RGB value is (200,218,226). Sum of RGB (Red+Green+Blue) = 200+218+226=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 226 - color contains mainly: blue. Hex color #C8DAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DAE2 is #37251D. Grayscale: #D5D5D5. Windows color (decimal): -3613982 or 14867144. OLE color: 14867144.

HSL color Cylindrical-coordinate representation of color #C8DAE2: hue angle of 198.46º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8DAE2 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB200218226-
CMYK0.120.0400.11
HSL198.46º30.95%83.53%-
HSV(B)198.46º11.5%88.63%-
XYZ62.6267.9181.76-
YUV213.53135.04118.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.06%
GREEN value IS 218 (85.55% from 255) = 33.85%
BLUE value IS 226 (88.67% from 255) = 35.09%
R=31.06%
G=33.85%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2002182260.120.0400.11198.4630.9583.53
HexC8DAE2C40Bc61f54
Octal31033234214401330637124
Binary11001000110110101110001011001000101111000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DAE2; }

 p { color: rgb(200,218,226); }

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

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

 a { background-color: rgb(200,218,226); }

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

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

 span { border-color: rgb(200,218,226); }

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