Html Css Color HEX #CCDEE6 Pattens Blue

📋 copy color: '#CCDEE6'

red 204 ◦ green 222 ◦ blue 230

#CCDEE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CCDEE6

Tints of Pattens Blue #CCDEE6

RGB

 RED value IS 204 (80.08% from 255) = 31.1%

 GREEN value IS 222 (87.11% from 255) = 33.84%

 BLUE value IS 230 (90.23% from 255) = 35.06%

R = 31.1%
G = 33.84%
B = 35.06%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCDEE6 (or 0xCCDEE6) is known color: 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

RGB 204 222 230 -
CMYK 0.11 0.03 0 0.10
HSL 198.46º 0.34% 0.85% -
HSV(B) 198.46º 0.11% 0.9% -
XYZ 65.31 70.79 85.09 -
YUV 217.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 204 222 230 0.11 0.03 0 0.10 198.46 0.34 0.85
Hex CC DE E6 B 3 0 A C6 22 55
Octal 314 336 346 13 3 0 12 306 42 125
Binary 11001100 11011110 11100110 1011 11 0 1010 11000110 100010 1010101

Color Harmonies of #CCDEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEE6

Black with #CCDEE6

Text Example


Text Example

White with #CCDEE6

Text Example


Text Example

HTML Codes & Css Web 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>