Html Css Color HEX #CBF1C5 Snowy Mint

📋 copy color: '#CBF1C5'

red 203 ◦ green 241 ◦ blue 197

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

Shades of Snowy Mint #CBF1C5

Tints of Snowy Mint #CBF1C5

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.6%

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

R = 31.67%
G = 37.6%
B = 30.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#CBF1C5 (or 0xCBF1C5) is known color: Snowy Mint. HEX triplet: CB, F1 and C5. RGB value is (203,241,197). Sum of RGB (Red+Green+Blue) = 203+241+197=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF1C5 is #340E3A. Grayscale: #E0E0E0. Windows color (decimal): -3411515 or 12972491. OLE color: 12972491.

HSL color Cylindrical-coordinate representation of color #CBF1C5: hue angle of 111.82º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF1C5 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 197 -
CMYK 0.16 0 0.18 0.05
HSL 111.82º 0.61% 0.86% -
HSV(B) 111.82º 0.18% 0.95% -
XYZ 66.16 79.64 64.71 -
YUV 224.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 203 241 197 0.16 0 0.18 0.05 111.82 0.61 0.86
Hex CB F1 C5 10 0 12 5 70 3D 56
Octal 313 361 305 20 0 22 5 160 75 126
Binary 11001011 11110001 11000101 10000 0 10010 101 1110000 111101 1010110

Color Harmonies of #CBF1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF1C5

Black with #CBF1C5

Text Example


Text Example

White with #CBF1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF1C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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