Html Css Color HEX #CAEDED Mabel

📋 copy color: '#CAEDED'

red 202 ◦ green 237 ◦ blue 237

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

Shades of Mabel #CAEDED

Tints of Mabel #CAEDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.06%

R = 29.88%
G = 35.06%
B = 35.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAEDED (or 0xCAEDED) is known color: Mabel. HEX triplet: CA, ED and ED. RGB value is (202,237,237). Sum of RGB (Red+Green+Blue) = 202+237+237=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #CAEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEDED is #351212. Grayscale: #E2E2E2. Windows color (decimal): -3478035 or 15592906. OLE color: 15592906.

HSL color Cylindrical-coordinate representation of color #CAEDED: hue angle of 180º 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 #CAEDED is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 237 237 -
CMYK 0.15 0 0 0.07
HSL 180º 0.49% 0.86% -
HSV(B) 180º 0.15% 0.93% -
XYZ 69.93 79.24 91.73 -
YUV 226.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 202 237 237 0.15 0 0 0.07 180 0.49 0.86
Hex CA ED ED F 0 0 7 B4 31 56
Octal 312 355 355 17 0 0 7 264 61 126
Binary 11001010 11101101 11101101 1111 0 0 111 10110100 110001 1010110

Color Harmonies of #CAEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEDED

Black with #CAEDED

Text Example


Text Example

White with #CAEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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