Html Css Color HEX #C2DCBC Surf Crest

📋 copy color: '#C2DCBC'

red 194 ◦ green 220 ◦ blue 188

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

Shades of Surf Crest #C2DCBC

Tints of Surf Crest #C2DCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.54%

 BLUE value IS 188 (73.83% from 255) = 31.23%

R = 32.23%
G = 36.54%
B = 31.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#C2DCBC (or 0xC2DCBC) is known color: Surf Crest. HEX triplet: C2, DC and BC. RGB value is (194,220,188). Sum of RGB (Red+Green+Blue) = 194+220+188=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCBC is #3D2343. Grayscale: #D0D0D0. Windows color (decimal): -4006724 or 12377282. OLE color: 12377282.

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

Color convert

RGB 194 220 188 -
CMYK 0.12 0 0.15 0.14
HSL 108.75º 0.31% 0.8% -
HSV(B) 108.75º 0.15% 0.86% -
XYZ 56.92 66.29 57.37 -
YUV 208.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 194 220 188 0.12 0 0.15 0.14 108.75 0.31 0.8
Hex C2 DC BC C 0 F E 6D 1F 50
Octal 302 334 274 14 0 17 16 155 37 120
Binary 11000010 11011100 10111100 1100 0 1111 1110 1101101 11111 1010000

Color Harmonies of #C2DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCBC

Black with #C2DCBC

Text Example


Text Example

White with #C2DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCBC; }

 p { color: rgb(194,220,188); }

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

background-color css

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

 a { background-color: rgb(194,220,188); }

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

border-color css

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

 span { border-color: rgb(194,220,188); }

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