Html Css Color HEX #CAEBC5 Snowy Mint

📋 copy color: '#CAEBC5'

red 202 ◦ green 235 ◦ blue 197

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

Shades of Snowy Mint #CAEBC5

Tints of Snowy Mint #CAEBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.07%

 BLUE value IS 197 (77.34% from 255) = 31.07%

R = 31.86%
G = 37.07%
B = 31.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#CAEBC5 (or 0xCAEBC5) is known color: Snowy Mint. HEX triplet: CA, EB and C5. RGB value is (202,235,197). Sum of RGB (Red+Green+Blue) = 202+235+197=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBC5 is #35143A. Grayscale: #DCDCDC. Windows color (decimal): -3478587 or 12970954. OLE color: 12970954.

HSL color Cylindrical-coordinate representation of color #CAEBC5: hue angle of 112.11º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAEBC5 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 235 197 -
CMYK 0.14 0 0.16 0.08
HSL 112.11º 0.49% 0.85% -
HSV(B) 112.11º 0.16% 0.92% -
XYZ 64.14 76 64.11 -
YUV 220.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 202 235 197 0.14 0 0.16 0.08 112.11 0.49 0.85
Hex CA EB C5 E 0 10 8 70 31 55
Octal 312 353 305 16 0 20 10 160 61 125
Binary 11001010 11101011 11000101 1110 0 10000 1000 1110000 110001 1010101

Color Harmonies of #CAEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEBC5

Black with #CAEBC5

Text Example


Text Example

White with #CAEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEBC5; }

 p { color: rgb(202,235,197); }

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

background-color css

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

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

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

border-color css

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

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

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