Html Css Color HEX #CFDFE2 Mabel

📋 copy color: '#CFDFE2'

red 207 ◦ green 223 ◦ blue 226

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

Shades of Mabel #CFDFE2

Tints of Mabel #CFDFE2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.99%

 BLUE value IS 226 (88.67% from 255) = 34.45%

R = 31.55%
G = 33.99%
B = 34.45%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CFDFE2 (or 0xCFDFE2) is known color: Mabel. HEX triplet: CF, DF and E2. RGB value is (207,223,226). Sum of RGB (Red+Green+Blue) = 207+223+226=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFDFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFE2 is #30201D. Grayscale: #DADADA. Windows color (decimal): -3153950 or 14868431. OLE color: 14868431.

HSL color Cylindrical-coordinate representation of color #CFDFE2: hue angle of 189.47º 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 #CFDFE2 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 223 226 -
CMYK 0.08 0.01 0 0.11
HSL 189.47º 0.25% 0.85% -
HSV(B) 189.47º 0.08% 0.89% -
XYZ 65.85 71.53 82.29 -
YUV 218.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 207 223 226 0.08 0.01 0 0.11 189.47 0.25 0.85
Hex CF DF E2 8 1 0 B BD 19 55
Octal 317 337 342 10 1 0 13 275 31 125
Binary 11001111 11011111 11100010 1000 1 0 1011 10111101 11001 1010101

Color Harmonies of #CFDFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDFE2

Black with #CFDFE2

Text Example


Text Example

White with #CFDFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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