Html Css Color HEX #CCE4EC Pattens Blue

📋 copy color: '#CCE4EC'

red 204 ◦ green 228 ◦ blue 236

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

Shades of Pattens Blue #CCE4EC

Tints of Pattens Blue #CCE4EC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.13%

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

R = 30.54%
G = 34.13%
B = 35.33%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCE4EC (or 0xCCE4EC) is known color: Pattens Blue. HEX triplet: CC, E4 and EC. RGB value is (204,228,236). Sum of RGB (Red+Green+Blue) = 204+228+236=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4EC is #331B13. Grayscale: #DDDDDD. Windows color (decimal): -3349268 or 15525068. OLE color: 15525068.

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

Color convert

RGB 204 228 236 -
CMYK 0.14 0.03 0 0.07
HSL 195º 0.46% 0.86% -
HSV(B) 195º 0.14% 0.93% -
XYZ 67.79 74.38 90.14 -
YUV 221.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 204 228 236 0.14 0.03 0 0.07 195 0.46 0.86
Hex CC E4 EC E 3 0 7 C3 2E 56
Octal 314 344 354 16 3 0 7 303 56 126
Binary 11001100 11100100 11101100 1110 11 0 111 11000011 101110 1010110

Color Harmonies of #CCE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4EC

Black with #CCE4EC

Text Example


Text Example

White with #CCE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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