#CCDCE5

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

Shades of Pattens Blue #CCDCE5

Tints of Pattens Blue #CCDCE5

Color information

#CCDCE5 (or 0xCCDCE5) is unknown color: approx Pattens Blue. HEX triplet: CC, DC and E5. RGB value is (204,220,229). Sum of RGB (Red+Green+Blue) = 204+220+229=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCE5 is #33231A. Grayscale: #D8D8D8. Windows color (decimal): -3351323 or 15064268. OLE color: 15064268.

HSL color Cylindrical-coordinate representation of color #CCDCE5: hue angle of 201.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDCE5 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204220229-
CMYK0.110.0400.10
HSL201.6º32.47%84.9%-
HSV(B)201.6º10.92%89.8%-
XYZ64.6469.6884.17-
YUV216.24135.2119.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=31.24%
G=33.69%
B=35.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042202290.110.0400.10201.632.4784.9
HexCCDCE5B40Aca2055
Octal31433434513401231240125
Binary110011001101110011100101101110001010110010101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDCE5; }

 p { color: rgb(204,220,229); }

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

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

 a { background-color: rgb(204,220,229); }

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

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

 span { border-color: rgb(204,220,229); }

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