Html Css Color HEX #CADFE1 Mabel

📋 copy color: '#CADFE1'

red 202 ◦ green 223 ◦ blue 225

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

Shades of Mabel #CADFE1

Tints of Mabel #CADFE1

RGB

 RED value IS 202 (79.3% from 255) = 31.08%

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

 BLUE value IS 225 (88.28% from 255) = 34.62%

R = 31.08%
G = 34.31%
B = 34.62%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CADFE1 (or 0xCADFE1) is known color: Mabel. HEX triplet: CA, DF and E1. RGB value is (202,223,225). Sum of RGB (Red+Green+Blue) = 202+223+225=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #CADFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFE1 is #35201E. Grayscale: #D8D8D8. Windows color (decimal): -3481631 or 14802890. OLE color: 14802890.

HSL color Cylindrical-coordinate representation of color #CADFE1: hue angle of 185.22º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CADFE1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 223 225 -
CMYK 0.10 0.01 0 0.12
HSL 185.22º 0.28% 0.84% -
HSV(B) 185.22º 0.1% 0.88% -
XYZ 64.34 70.77 81.5 -
YUV 216.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 202 223 225 0.10 0.01 0 0.12 185.22 0.28 0.84
Hex CA DF E1 A 1 0 C B9 1C 54
Octal 312 337 341 12 1 0 14 271 34 124
Binary 11001010 11011111 11100001 1010 1 0 1100 10111001 11100 1010100

Color Harmonies of #CADFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADFE1

Black with #CADFE1

Text Example


Text Example

White with #CADFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADFE1; }

 p { color: rgb(202,223,225); }

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

background-color css

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

 a { background-color: rgb(202,223,225); }

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

border-color css

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

 span { border-color: rgb(202,223,225); }

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