Html Css Color HEX #CAEDEC Mabel

📋 copy color: '#CAEDEC'

red 202 ◦ green 237 ◦ blue 236

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

Shades of Mabel #CAEDEC

Tints of Mabel #CAEDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.96%

R = 29.93%
G = 35.11%
B = 34.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#CAEDEC (or 0xCAEDEC) is known color: Mabel. HEX triplet: CA, ED and EC. RGB value is (202,237,236). Sum of RGB (Red+Green+Blue) = 202+237+236=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDEC is #351213. Grayscale: #E2E2E2. Windows color (decimal): -3478036 or 15527370. OLE color: 15527370.

HSL color Cylindrical-coordinate representation of color #CAEDEC: hue angle of 178.29º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDEC is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 237 236 -
CMYK 0.15 0 0.00 0.07
HSL 178.29º 0.49% 0.86% -
HSV(B) 178.29º 0.15% 0.93% -
XYZ 69.78 79.18 90.96 -
YUV 226.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 202 237 236 0.15 0 0.00 0.07 178.29 0.49 0.86
Hex CA ED EC F 0 0 7 B2 31 56
Octal 312 355 354 17 0 0 7 262 61 126
Binary 11001010 11101101 11101100 1111 0 0 111 10110010 110001 1010110

Color Harmonies of #CAEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEDEC

Black with #CAEDEC

Text Example


Text Example

White with #CAEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEDEC; }

 p { color: rgb(202,237,236); }

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

background-color css

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

 a { background-color: rgb(202,237,236); }

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

border-color css

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

 span { border-color: rgb(202,237,236); }

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