#CCDEE6

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

Shades of Pattens Blue #CCDEE6

Tints of Pattens Blue #CCDEE6

Color information

#CCDEE6 (or 0xCCDEE6) is unknown color: approx Pattens Blue. HEX triplet: CC, DE and E6. RGB value is (204,222,230). Sum of RGB (Red+Green+Blue) = 204+222+230=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEE6 is #332119. Grayscale: #D9D9D9. Windows color (decimal): -3350810 or 15130316. OLE color: 15130316.

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

Color convert

RGB204222230-
CMYK0.110.0300.10
HSL198.46º34.21%85.1%-
HSV(B)198.46º11.3%90.2%-
XYZ65.3170.7985.09-
YUV217.53135.04118.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 230 (90.23% from 255) = 35.06%
R=31.10%
G=33.84%
B=35.06%

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
Decimal2042222300.110.0300.10198.4634.2185.1
HexCCDEE6B30Ac62255
Octal31433634613301230642125
Binary11001100110111101110011010111101010110001101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEE6; }

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

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

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

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

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

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

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

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