Html Css Color HEX #CCE2EC Pattens Blue

📋 copy color: '#CCE2EC'

red 204 ◦ green 226 ◦ blue 236

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

Shades of Pattens Blue #CCE2EC

Tints of Pattens Blue #CCE2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.93%

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

R = 30.63%
G = 33.93%
B = 35.44%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCE2EC (or 0xCCE2EC) is known color: Pattens Blue. HEX triplet: CC, E2 and EC. RGB value is (204,226,236). Sum of RGB (Red+Green+Blue) = 204+226+236=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2EC is #331D13. Grayscale: #DCDCDC. Windows color (decimal): -3349780 or 15524556. OLE color: 15524556.

HSL color Cylindrical-coordinate representation of color #CCE2EC: hue angle of 198.75º 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 #CCE2EC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 226 236 -
CMYK 0.14 0.04 0 0.07
HSL 198.75º 0.46% 0.86% -
HSV(B) 198.75º 0.14% 0.93% -
XYZ 67.24 73.29 89.96 -
YUV 220.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 204 226 236 0.14 0.04 0 0.07 198.75 0.46 0.86
Hex CC E2 EC E 4 0 7 C7 2E 56
Octal 314 342 354 16 4 0 7 307 56 126
Binary 11001100 11100010 11101100 1110 100 0 111 11000111 101110 1010110

Color Harmonies of #CCE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2EC

Black with #CCE2EC

Text Example


Text Example

White with #CCE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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