Html Css Color HEX #CCEAED Mabel

📋 copy color: '#CCEAED'

red 204 ◦ green 234 ◦ blue 237

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

Shades of Mabel #CCEAED

Tints of Mabel #CCEAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.11%

R = 30.22%
G = 34.67%
B = 35.11%

CMYK

 C value IS 0.14

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCEAED (or 0xCCEAED) is known color: Mabel. HEX triplet: CC, EA and ED. RGB value is (204,234,237). Sum of RGB (Red+Green+Blue) = 204+234+237=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAED is #331512. Grayscale: #E1E1E1. Windows color (decimal): -3347731 or 15592140. OLE color: 15592140.

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

Color convert

RGB 204 234 237 -
CMYK 0.14 0.01 0 0.07
HSL 185.45º 0.48% 0.86% -
HSV(B) 185.45º 0.14% 0.93% -
XYZ 69.61 77.8 91.47 -
YUV 225.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 204 234 237 0.14 0.01 0 0.07 185.45 0.48 0.86
Hex CC EA ED E 1 0 7 B9 30 56
Octal 314 352 355 16 1 0 7 271 60 126
Binary 11001100 11101010 11101101 1110 1 0 111 10111001 110000 1010110

Color Harmonies of #CCEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAED

Black with #CCEAED

Text Example


Text Example

White with #CCEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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