Html Css Color HEX #C2DDC0 Surf Crest

📋 copy color: '#C2DDC0'

red 194 ◦ green 221 ◦ blue 192

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

Shades of Surf Crest #C2DDC0

Tints of Surf Crest #C2DDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.63%

R = 31.96%
G = 36.41%
B = 31.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#C2DDC0 (or 0xC2DDC0) is known color: Surf Crest. HEX triplet: C2, DD and C0. RGB value is (194,221,192). Sum of RGB (Red+Green+Blue) = 194+221+192=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDC0 is #3D223F. Grayscale: #D1D1D1. Windows color (decimal): -4006464 or 12639682. OLE color: 12639682.

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

Color convert

RGB 194 221 192 -
CMYK 0.12 0 0.13 0.13
HSL 115.86º 0.3% 0.81% -
HSV(B) 115.86º 0.13% 0.87% -
XYZ 57.62 66.99 59.76 -
YUV 209.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 194 221 192 0.12 0 0.13 0.13 115.86 0.3 0.81
Hex C2 DD C0 C 0 D D 74 1E 51
Octal 302 335 300 14 0 15 15 164 36 121
Binary 11000010 11011101 11000000 1100 0 1101 1101 1110100 11110 1010001

Color Harmonies of #C2DDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDC0

Black with #C2DDC0

Text Example


Text Example

White with #C2DDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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