Html Css Color HEX #C5DCC3 Surf Crest

📋 copy color: '#C5DCC3'

red 197 ◦ green 220 ◦ blue 195

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

Shades of Surf Crest #C5DCC3

Tints of Surf Crest #C5DCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.86%

R = 32.19%
G = 35.95%
B = 31.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#C5DCC3 (or 0xC5DCC3) is known color: Surf Crest. HEX triplet: C5, DC and C3. RGB value is (197,220,195). Sum of RGB (Red+Green+Blue) = 197+220+195=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCC3 is #3A233C. Grayscale: #D2D2D2. Windows color (decimal): -3810109 or 12836037. OLE color: 12836037.

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

Color convert

RGB 197 220 195 -
CMYK 0.10 0 0.11 0.14
HSL 115.2º 0.26% 0.81% -
HSV(B) 115.2º 0.11% 0.86% -
XYZ 58.47 67 61.48 -
YUV 210.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 197 220 195 0.10 0 0.11 0.14 115.2 0.26 0.81
Hex C5 DC C3 A 0 B E 73 1A 51
Octal 305 334 303 12 0 13 16 163 32 121
Binary 11000101 11011100 11000011 1010 0 1011 1110 1110011 11010 1010001

Color Harmonies of #C5DCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCC3

Black with #C5DCC3

Text Example


Text Example

White with #C5DCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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