Html Css Color HEX #CFE0E0 Mabel

📋 copy color: '#CFE0E0'

red 207 ◦ green 224 ◦ blue 224

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

Shades of Mabel #CFE0E0

Tints of Mabel #CFE0E0

RGB

 RED value IS 207 (81.25% from 255) = 31.6%

 GREEN value IS 224 (87.89% from 255) = 34.2%

 BLUE value IS 224 (87.89% from 255) = 34.2%

R = 31.6%
G = 34.2%
B = 34.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CFE0E0 (or 0xCFE0E0) is known color: Mabel. HEX triplet: CF, E0 and E0. RGB value is (207,224,224). Sum of RGB (Red+Green+Blue) = 207+224+224=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 224 - color contains mainly: green, blue. Hex color #CFE0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0E0 is #301F1F. Grayscale: #DADADA. Windows color (decimal): -3153696 or 14737615. OLE color: 14737615.

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

Color convert

RGB 207 224 224 -
CMYK 0.08 0 0 0.12
HSL 180º 0.22% 0.85% -
HSV(B) 180º 0.08% 0.88% -
XYZ 65.84 71.96 80.94 -
YUV 218.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 207 224 224 0.08 0 0 0.12 180 0.22 0.85
Hex CF E0 E0 8 0 0 C B4 16 55
Octal 317 340 340 10 0 0 14 264 26 125
Binary 11001111 11100000 11100000 1000 0 0 1100 10110100 10110 1010101

Color Harmonies of #CFE0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE0E0

Black with #CFE0E0

Text Example


Text Example

White with #CFE0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE0E0; }

 p { color: rgb(207,224,224); }

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

background-color css

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

 a { background-color: rgb(207,224,224); }

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

border-color css

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

 span { border-color: rgb(207,224,224); }

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