Html Css Color HEX #C2D2BD Surf Crest

📋 copy color: '#C2D2BD'

red 194 ◦ green 210 ◦ blue 189

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

Shades of Surf Crest #C2D2BD

Tints of Surf Crest #C2D2BD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.41%

 BLUE value IS 189 (74.22% from 255) = 31.87%

R = 32.72%
G = 35.41%
B = 31.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#C2D2BD (or 0xC2D2BD) is known color: Surf Crest. HEX triplet: C2, D2 and BD. RGB value is (194,210,189). Sum of RGB (Red+Green+Blue) = 194+210+189=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D2BD is #3D2D42. Grayscale: #CACACA. Windows color (decimal): -4009283 or 12440258. OLE color: 12440258.

HSL color Cylindrical-coordinate representation of color #C2D2BD: hue angle of 105.71º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D2BD is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 210 189 -
CMYK 0.08 0 0.10 0.18
HSL 105.71º 0.19% 0.78% -
HSV(B) 105.71º 0.1% 0.82% -
XYZ 54.48 61.24 57.09 -
YUV 202.82 120.2 121.71 -
System Red Green Blue C M Y K H S L
Decimal 194 210 189 0.08 0 0.10 0.18 105.71 0.19 0.78
Hex C2 D2 BD 8 0 A 12 6A 13 4E
Octal 302 322 275 10 0 12 22 152 23 116
Binary 11000010 11010010 10111101 1000 0 1010 10010 1101010 10011 1001110

Color Harmonies of #C2D2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D2BD

Black with #C2D2BD

Text Example


Text Example

White with #C2D2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D2BD; }

 p { color: rgb(194,210,189); }

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

background-color css

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

 a { background-color: rgb(194,210,189); }

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

border-color css

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

 span { border-color: rgb(194,210,189); }

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