#CCDAE0

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

Shades of Pattens Blue #CCDAE0

Tints of Pattens Blue #CCDAE0

Color information

#CCDAE0 (or 0xCCDAE0) is unknown color: approx Pattens Blue. HEX triplet: CC, DA and E0. RGB value is (204,218,224). Sum of RGB (Red+Green+Blue) = 204+218+224=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 224 (87.89% from 255 or 34.67% from 646); Max value from RGB is 224 - color contains mainly: blue. Hex color #CCDAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAE0 is #33251F. Grayscale: #D6D6D6. Windows color (decimal): -3351840 or 14736076. OLE color: 14736076.

HSL color Cylindrical-coordinate representation of color #CCDAE0: hue angle of 198º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDAE0 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204218224-
CMYK0.090.0300.12
HSL198º24.39%83.92%-
HSV(B)198º8.93%87.84%-
XYZ63.4368.3680.37-
YUV214.5133.36120.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.58%
GREEN value IS 218 (85.55% from 255) = 33.75%
BLUE value IS 224 (87.89% from 255) = 34.67%
R=31.58%
G=33.75%
B=34.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042182240.090.0300.1219824.3983.92
HexCCDAE0930Cc61854
Octal31433234011301430630124
Binary1100110011011010111000001001110110011000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAE0; }

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

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

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

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

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

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

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

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