Html Css Color HEX #C5DCC2 Surf Crest

📋 copy color: '#C5DCC2'

red 197 ◦ green 220 ◦ blue 194

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

Shades of Surf Crest #C5DCC2

Tints of Surf Crest #C5DCC2

RGB

 RED value IS 197 (77.34% from 255) = 32.24%

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

 BLUE value IS 194 (76.17% from 255) = 31.75%

R = 32.24%
G = 36.01%
B = 31.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#C5DCC2 (or 0xC5DCC2) is known color: Surf Crest. HEX triplet: C5, DC and C2. RGB value is (197,220,194). Sum of RGB (Red+Green+Blue) = 197+220+194=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCC2 is #3A233D. Grayscale: #D2D2D2. Windows color (decimal): -3810110 or 12770501. OLE color: 12770501.

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

Color convert

RGB 197 220 194 -
CMYK 0.10 0 0.12 0.14
HSL 113.08º 0.27% 0.81% -
HSV(B) 113.08º 0.12% 0.86% -
XYZ 58.36 66.95 60.89 -
YUV 210.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 197 220 194 0.10 0 0.12 0.14 113.08 0.27 0.81
Hex C5 DC C2 A 0 C E 71 1B 51
Octal 305 334 302 12 0 14 16 161 33 121
Binary 11000101 11011100 11000010 1010 0 1100 1110 1110001 11011 1010001

Color Harmonies of #C5DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCC2

Black with #C5DCC2

Text Example


Text Example

White with #C5DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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