Html Css Color HEX #CCEAEA Mabel

📋 copy color: '#CCEAEA'

red 204 ◦ green 234 ◦ blue 234

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

Shades of Mabel #CCEAEA

Tints of Mabel #CCEAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.82%

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 30.36%
G = 34.82%
B = 34.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCEAEA (or 0xCCEAEA) is known color: Mabel. HEX triplet: CC, EA and EA. RGB value is (204,234,234). Sum of RGB (Red+Green+Blue) = 204+234+234=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #CCEAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAEA is #331515. Grayscale: #E1E1E1. Windows color (decimal): -3347734 or 15395532. OLE color: 15395532.

HSL color Cylindrical-coordinate representation of color #CCEAEA: hue angle of 180º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEAEA is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 234 -
CMYK 0.13 0 0 0.08
HSL 180º 0.42% 0.86% -
HSV(B) 180º 0.13% 0.92% -
XYZ 69.18 77.62 89.18 -
YUV 225.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 204 234 234 0.13 0 0 0.08 180 0.42 0.86
Hex CC EA EA D 0 0 8 B4 2A 56
Octal 314 352 352 15 0 0 10 264 52 126
Binary 11001100 11101010 11101010 1101 0 0 1000 10110100 101010 1010110

Color Harmonies of #CCEAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAEA

Black with #CCEAEA

Text Example


Text Example

White with #CCEAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAEA; }

 p { color: rgb(204,234,234); }

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

background-color css

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

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

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

border-color css

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

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

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