Html Css Color HEX #C9DCC5 Surf Crest

📋 copy color: '#C9DCC5'

red 201 ◦ green 220 ◦ blue 197

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

Shades of Surf Crest #C9DCC5

Tints of Surf Crest #C9DCC5

RGB

 RED value IS 201 (78.91% from 255) = 32.52%

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

 BLUE value IS 197 (77.34% from 255) = 31.88%

R = 32.52%
G = 35.6%
B = 31.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#C9DCC5 (or 0xC9DCC5) is known color: Surf Crest. HEX triplet: C9, DC and C5. RGB value is (201,220,197). Sum of RGB (Red+Green+Blue) = 201+220+197=618 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.52% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCC5 is #36233A. Grayscale: #D3D3D3. Windows color (decimal): -3547963 or 12967113. OLE color: 12967113.

HSL color Cylindrical-coordinate representation of color #C9DCC5: hue angle of 109.57º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DCC5 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 197 -
CMYK 0.09 0 0.10 0.14
HSL 109.57º 0.25% 0.82% -
HSV(B) 109.57º 0.1% 0.86% -
XYZ 59.76 67.64 62.73 -
YUV 211.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 201 220 197 0.09 0 0.10 0.14 109.57 0.25 0.82
Hex C9 DC C5 9 0 A E 6E 19 52
Octal 311 334 305 11 0 12 16 156 31 122
Binary 11001001 11011100 11000101 1001 0 1010 1110 1101110 11001 1010010

Color Harmonies of #C9DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCC5

Black with #C9DCC5

Text Example


Text Example

White with #C9DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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