Html Css Color HEX #C2DDBE Surf Crest

📋 copy color: '#C2DDBE'

red 194 ◦ green 221 ◦ blue 190

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

Shades of Surf Crest #C2DDBE

Tints of Surf Crest #C2DDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.53%

 BLUE value IS 190 (74.61% from 255) = 31.4%

R = 32.07%
G = 36.53%
B = 31.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#C2DDBE (or 0xC2DDBE) is known color: Surf Crest. HEX triplet: C2, DD and BE. RGB value is (194,221,190). Sum of RGB (Red+Green+Blue) = 194+221+190=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDBE is #3D2241. Grayscale: #D1D1D1. Windows color (decimal): -4006466 or 12508610. OLE color: 12508610.

HSL color Cylindrical-coordinate representation of color #C2DDBE: hue angle of 112.26º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2DDBE is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 190 -
CMYK 0.12 0 0.14 0.13
HSL 112.26º 0.31% 0.81% -
HSV(B) 112.26º 0.14% 0.87% -
XYZ 57.4 66.9 58.6 -
YUV 209.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 194 221 190 0.12 0 0.14 0.13 112.26 0.31 0.81
Hex C2 DD BE C 0 E D 70 1F 51
Octal 302 335 276 14 0 16 15 160 37 121
Binary 11000010 11011101 10111110 1100 0 1110 1101 1110000 11111 1010001

Color Harmonies of #C2DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDBE

Black with #C2DDBE

Text Example


Text Example

White with #C2DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDBE; }

 p { color: rgb(194,221,190); }

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

background-color css

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

 a { background-color: rgb(194,221,190); }

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

border-color css

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

 span { border-color: rgb(194,221,190); }

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