#CCDDE6

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

Shades of Pattens Blue #CCDDE6

Tints of Pattens Blue #CCDDE6

Color information

#CCDDE6 (or 0xCCDDE6) is unknown color: approx Pattens Blue. HEX triplet: CC, DD and E6. RGB value is (204,221,230). Sum of RGB (Red+Green+Blue) = 204+221+230=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDE6 is #332219. Grayscale: #D8D8D8. Windows color (decimal): -3351066 or 15130060. OLE color: 15130060.

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

Color convert

RGB204221230-
CMYK0.110.0400.10
HSL200.77º34.21%85.1%-
HSV(B)200.77º11.3%90.2%-
XYZ65.0470.2685-
YUV216.94135.37118.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 230 (90.23% from 255) = 35.11%
R=31.15%
G=33.74%
B=35.11%

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
Decimal2042212300.110.0400.10200.7734.2185.1
HexCCDDE6B40Ac92255
Octal31433534613401231142125
Binary110011001101110111100110101110001010110010011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDE6; }

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

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

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

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

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

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

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

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