#CCDDE8

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

Shades of Pattens Blue #CCDDE8

Tints of Pattens Blue #CCDDE8

Color information

#CCDDE8 (or 0xCCDDE8) is unknown color: approx Pattens Blue. HEX triplet: CC, DD and E8. RGB value is (204,221,232). Sum of RGB (Red+Green+Blue) = 204+221+232=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDE8 is #332217. Grayscale: #D9D9D9. Windows color (decimal): -3351064 or 15261132. OLE color: 15261132.

HSL color Cylindrical-coordinate representation of color #CCDDE8: hue angle of 203.57º degrees, saturation: 0.38, 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 #CCDDE8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204221232-
CMYK0.120.0500.09
HSL203.57º37.84%85.49%-
HSV(B)203.57º12.07%90.98%-
XYZ65.3270.3886.49-
YUV217.17136.37118.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 221 (86.72% from 255) = 33.64%
BLUE value IS 232 (91.02% from 255) = 35.31%
R=31.05%
G=33.64%
B=35.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042212320.120.0500.09203.5737.8485.49
HexCCDDE8C509cc2655
Octal31433535014501131446125
Binary110011001101110111101000110010101001110011001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDE8; }

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

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

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

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

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

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

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

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