Html Css Color HEX #CBEDC5 Snowy Mint

📋 copy color: '#CBEDC5'

red 203 ◦ green 237 ◦ blue 197

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

Shades of Snowy Mint #CBEDC5

Tints of Snowy Mint #CBEDC5

RGB

 RED value IS 203 (79.69% from 255) = 31.87%

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

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

R = 31.87%
G = 37.21%
B = 30.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#CBEDC5 (or 0xCBEDC5) is known color: Snowy Mint. HEX triplet: CB, ED and C5. RGB value is (203,237,197). Sum of RGB (Red+Green+Blue) = 203+237+197=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC5 is #34123A. Grayscale: #DEDEDE. Windows color (decimal): -3412539 or 12971467. OLE color: 12971467.

HSL color Cylindrical-coordinate representation of color #CBEDC5: hue angle of 111º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBEDC5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 197 -
CMYK 0.14 0 0.17 0.07
HSL 111º 0.53% 0.85% -
HSV(B) 111º 0.17% 0.93% -
XYZ 64.99 77.3 64.32 -
YUV 222.27 113.74 114.25 -
System Red Green Blue C M Y K H S L
Decimal 203 237 197 0.14 0 0.17 0.07 111 0.53 0.85
Hex CB ED C5 E 0 11 7 6F 35 55
Octal 313 355 305 16 0 21 7 157 65 125
Binary 11001011 11101101 11000101 1110 0 10001 111 1101111 110101 1010101

Color Harmonies of #CBEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDC5

Black with #CBEDC5

Text Example


Text Example

White with #CBEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDC5; }

 p { color: rgb(203,237,197); }

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

background-color css

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

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

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

border-color css

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

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

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