Html Css Color HEX #CBEDC8 Snowy Mint

📋 copy color: '#CBEDC8'

red 203 ◦ green 237 ◦ blue 200

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

Shades of Snowy Mint #CBEDC8

Tints of Snowy Mint #CBEDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.25%

R = 31.72%
G = 37.03%
B = 31.25%

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

#CBEDC8 (or 0xCBEDC8) is known color: Snowy Mint. HEX triplet: CB, ED and C8. RGB value is (203,237,200). Sum of RGB (Red+Green+Blue) = 203+237+200=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC8 is #341237. Grayscale: #DEDEDE. Windows color (decimal): -3412536 or 13168075. OLE color: 13168075.

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

Color convert

RGB 203 237 200 -
CMYK 0.14 0 0.16 0.07
HSL 115.14º 0.51% 0.86% -
HSV(B) 115.14º 0.16% 0.93% -
XYZ 65.34 77.44 66.15 -
YUV 222.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 203 237 200 0.14 0 0.16 0.07 115.14 0.51 0.86
Hex CB ED C8 E 0 10 7 73 33 56
Octal 313 355 310 16 0 20 7 163 63 126
Binary 11001011 11101101 11001000 1110 0 10000 111 1110011 110011 1010110

Color Harmonies of #CBEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDC8

Black with #CBEDC8

Text Example


Text Example

White with #CBEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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