Html Css Color HEX #CCDEEC Pattens Blue

📋 copy color: '#CCDEEC'

red 204 ◦ green 222 ◦ blue 236

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

Shades of Pattens Blue #CCDEEC

Tints of Pattens Blue #CCDEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.65%

R = 30.82%
G = 33.53%
B = 35.65%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCDEEC (or 0xCCDEEC) is known color: Pattens Blue. HEX triplet: CC, DE and EC. RGB value is (204,222,236). Sum of RGB (Red+Green+Blue) = 204+222+236=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCDEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEEC is #332113. Grayscale: #DADADA. Windows color (decimal): -3350804 or 15523532. OLE color: 15523532.

HSL color Cylindrical-coordinate representation of color #CCDEEC: hue angle of 206.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDEEC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 222 236 -
CMYK 0.14 0.06 0 0.07
HSL 206.25º 0.46% 0.86% -
HSV(B) 206.25º 0.14% 0.93% -
XYZ 66.16 71.14 89.6 -
YUV 218.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 204 222 236 0.14 0.06 0 0.07 206.25 0.46 0.86
Hex CC DE EC E 6 0 7 CE 2E 56
Octal 314 336 354 16 6 0 7 316 56 126
Binary 11001100 11011110 11101100 1110 110 0 111 11001110 101110 1010110

Color Harmonies of #CCDEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEEC

Black with #CCDEEC

Text Example


Text Example

White with #CCDEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEEC; }

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

 H1.HeaderClassName
 {
   color: #CCDEEC;
 }
 .AnyTagClassName
 {
   color: #CCDEEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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