Html Css Color HEX #C2D2B5 Surf Crest

📋 copy color: '#C2D2B5'

red 194 ◦ green 210 ◦ blue 181

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

Shades of Surf Crest #C2D2B5

Tints of Surf Crest #C2D2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.94%

R = 33.16%
G = 35.9%
B = 30.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#C2D2B5 (or 0xC2D2B5) is known color: Surf Crest. HEX triplet: C2, D2 and B5. RGB value is (194,210,181). Sum of RGB (Red+Green+Blue) = 194+210+181=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D2B5 is #3D2D4A. Grayscale: #CACACA. Windows color (decimal): -4009291 or 11915970. OLE color: 11915970.

HSL color Cylindrical-coordinate representation of color #C2D2B5: hue angle of 93.1º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2D2B5 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 210 181 -
CMYK 0.08 0 0.14 0.18
HSL 93.1º 0.24% 0.77% -
HSV(B) 93.1º 0.14% 0.82% -
XYZ 53.64 60.9 52.64 -
YUV 201.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 194 210 181 0.08 0 0.14 0.18 93.1 0.24 0.77
Hex C2 D2 B5 8 0 E 12 5D 18 4D
Octal 302 322 265 10 0 16 22 135 30 115
Binary 11000010 11010010 10110101 1000 0 1110 10010 1011101 11000 1001101

Color Harmonies of #C2D2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D2B5

Black with #C2D2B5

Text Example


Text Example

White with #C2D2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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