#CFE2E2

Color #CFE2E2 Mabel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mabel #CFE2E2

Tints of Mabel #CFE2E2

Color information

#CFE2E2 (or 0xCFE2E2) is unknown color: approx Mabel. HEX triplet: CF, E2 and E2. RGB value is (207,226,226). Sum of RGB (Red+Green+Blue) = 207+226+226=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 226 - color contains mainly: green, blue. Hex color #CFE2E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2E2 is #301D1D. Grayscale: #DCDCDC. Windows color (decimal): -3153182 or 14869199. OLE color: 14869199.

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

Color convert

RGB207226226-
CMYK0.08000.11
HSL180º24.68%84.9%-
HSV(B)180º8.41%88.63%-
XYZ66.6673.1582.56-
YUV220.32131.21118.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 226 (88.67% from 255) = 34.29%
BLUE value IS 226 (88.67% from 255) = 34.29%
R=31.41%
G=34.29%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072262260.08000.1118024.6884.9
HexCFE2E2800Bb41955
Octal31734234210001326431125
Binary110011111110001011100010100000101110110100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE2E2; }

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

 H1.HeaderClassName
 {
   color: #CFE2E2;
 }
 .AnyTagClassName
 {
   color: #CFE2E2;
 }
</style>
background-color css

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

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

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

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

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

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