Html Css Color HEX #CBECC8 Snowy Mint

📋 copy color: '#CBECC8'

red 203 ◦ green 236 ◦ blue 200

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

Shades of Snowy Mint #CBECC8

Tints of Snowy Mint #CBECC8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.93%

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

R = 31.77%
G = 36.93%
B = 31.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#CBECC8 (or 0xCBECC8) is known color: Snowy Mint. HEX triplet: CB, EC and C8. RGB value is (203,236,200). Sum of RGB (Red+Green+Blue) = 203+236+200=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECC8 is #341337. Grayscale: #DEDEDE. Windows color (decimal): -3412792 or 13167819. OLE color: 13167819.

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

Color convert

RGB 203 236 200 -
CMYK 0.14 0 0.15 0.07
HSL 115º 0.49% 0.85% -
HSV(B) 115º 0.15% 0.93% -
XYZ 65.05 76.86 66.05 -
YUV 222.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 203 236 200 0.14 0 0.15 0.07 115 0.49 0.85
Hex CB EC C8 E 0 F 7 73 31 55
Octal 313 354 310 16 0 17 7 163 61 125
Binary 11001011 11101100 11001000 1110 0 1111 111 1110011 110001 1010101

Color Harmonies of #CBECC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECC8

Black with #CBECC8

Text Example


Text Example

White with #CBECC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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