#CCDAE7

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

Shades of Pattens Blue #CCDAE7

Tints of Pattens Blue #CCDAE7

Color information

#CCDAE7 (or 0xCCDAE7) is unknown color: approx Pattens Blue. HEX triplet: CC, DA and E7. RGB value is (204,218,231). Sum of RGB (Red+Green+Blue) = 204+218+231=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAE7 is #332518. Grayscale: #D7D7D7. Windows color (decimal): -3351833 or 15194828. OLE color: 15194828.

HSL color Cylindrical-coordinate representation of color #CCDAE7: hue angle of 208.89º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDAE7 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204218231-
CMYK0.120.0600.09
HSL208.89º36%85.29%-
HSV(B)208.89º11.69%90.59%-
XYZ64.468.7585.48-
YUV215.3136.86119.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=31.24%
G=33.38%
B=35.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042182310.120.0600.09208.893685.29
HexCCDAE7C609d12455
Octal31433234714601132144125
Binary110011001101101011100111110011001001110100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAE7; }

 p { color: rgb(204,218,231); }

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

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

 a { background-color: rgb(204,218,231); }

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

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

 span { border-color: rgb(204,218,231); }

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