Html Css Color HEX #CBEDC7 Snowy Mint

📋 copy color: '#CBEDC7'

red 203 ◦ green 237 ◦ blue 199

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

Shades of Snowy Mint #CBEDC7

Tints of Snowy Mint #CBEDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.14%

R = 31.77%
G = 37.09%
B = 31.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#CBEDC7 (or 0xCBEDC7) is known color: Snowy Mint. HEX triplet: CB, ED and C7. RGB value is (203,237,199). Sum of RGB (Red+Green+Blue) = 203+237+199=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC7 is #341238. Grayscale: #DEDEDE. Windows color (decimal): -3412537 or 13102539. OLE color: 13102539.

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

Color convert

RGB 203 237 199 -
CMYK 0.14 0 0.16 0.07
HSL 113.68º 0.51% 0.85% -
HSV(B) 113.68º 0.16% 0.93% -
XYZ 65.22 77.39 65.53 -
YUV 222.5 114.74 114.09 -
System Red Green Blue C M Y K H S L
Decimal 203 237 199 0.14 0 0.16 0.07 113.68 0.51 0.85
Hex CB ED C7 E 0 10 7 72 33 55
Octal 313 355 307 16 0 20 7 162 63 125
Binary 11001011 11101101 11000111 1110 0 10000 111 1110010 110011 1010101

Color Harmonies of #CBEDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDC7

Black with #CBEDC7

Text Example


Text Example

White with #CBEDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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