Html Css Color HEX #C2D5BF Surf Crest

📋 copy color: '#C2D5BF'

red 194 ◦ green 213 ◦ blue 191

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

Shades of Surf Crest #C2D5BF

Tints of Surf Crest #C2D5BF

RGB

 RED value IS 194 (76.17% from 255) = 32.44%

 GREEN value IS 213 (83.59% from 255) = 35.62%

 BLUE value IS 191 (75% from 255) = 31.94%

R = 32.44%
G = 35.62%
B = 31.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#C2D5BF (or 0xC2D5BF) is known color: Surf Crest. HEX triplet: C2, D5 and BF. RGB value is (194,213,191). Sum of RGB (Red+Green+Blue) = 194+213+191=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5BF is #3D2A40. Grayscale: #CCCCCC. Windows color (decimal): -4008513 or 12572098. OLE color: 12572098.

HSL color Cylindrical-coordinate representation of color #C2D5BF: hue angle of 111.82º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D5BF is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 213 191 -
CMYK 0.09 0 0.10 0.16
HSL 111.82º 0.21% 0.79% -
HSV(B) 111.82º 0.1% 0.84% -
XYZ 55.45 62.82 58.49 -
YUV 204.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 194 213 191 0.09 0 0.10 0.16 111.82 0.21 0.79
Hex C2 D5 BF 9 0 A 10 70 15 4F
Octal 302 325 277 11 0 12 20 160 25 117
Binary 11000010 11010101 10111111 1001 0 1010 10000 1110000 10101 1001111

Color Harmonies of #C2D5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D5BF

Black with #C2D5BF

Text Example


Text Example

White with #C2D5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D5BF; }

 p { color: rgb(194,213,191); }

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

background-color css

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

 a { background-color: rgb(194,213,191); }

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

border-color css

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

 span { border-color: rgb(194,213,191); }

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