#CCDDE5

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

Shades of Pattens Blue #CCDDE5

Tints of Pattens Blue #CCDDE5

Color information

#CCDDE5 (or 0xCCDDE5) is unknown color: approx Pattens Blue. HEX triplet: CC, DD and E5. RGB value is (204,221,229). Sum of RGB (Red+Green+Blue) = 204+221+229=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDE5 is #33221A. Grayscale: #D8D8D8. Windows color (decimal): -3351067 or 15064524. OLE color: 15064524.

HSL color Cylindrical-coordinate representation of color #CCDDE5: hue angle of 199.2º 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 #CCDDE5 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204221229-
CMYK0.110.0300.10
HSL199.2º32.47%84.9%-
HSV(B)199.2º10.92%89.8%-
XYZ64.970.2184.26-
YUV216.83134.87118.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 229 (89.84% from 255) = 35.02%
R=31.19%
G=33.79%
B=35.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042212290.110.0300.10199.232.4784.9
HexCCDDE5B30Ac72055
Octal31433534513301230740125
Binary11001100110111011110010110111101010110001111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDE5; }

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

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

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

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

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

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

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

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