Html Css Color HEX #C9DCC1 Surf Crest

📋 copy color: '#C9DCC1'

red 201 ◦ green 220 ◦ blue 193

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

Shades of Surf Crest #C9DCC1

Tints of Surf Crest #C9DCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.43%

R = 32.74%
G = 35.83%
B = 31.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#C9DCC1 (or 0xC9DCC1) is known color: Surf Crest. HEX triplet: C9, DC and C1. RGB value is (201,220,193). Sum of RGB (Red+Green+Blue) = 201+220+193=614 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.74% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCC1 is #36233E. Grayscale: #D3D3D3. Windows color (decimal): -3547967 or 12704969. OLE color: 12704969.

HSL color Cylindrical-coordinate representation of color #C9DCC1: hue angle of 102.22º degrees, saturation: 0.28, 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 #C9DCC1 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 193 -
CMYK 0.09 0 0.12 0.14
HSL 102.22º 0.28% 0.81% -
HSV(B) 102.22º 0.12% 0.86% -
XYZ 59.31 67.45 60.35 -
YUV 211.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 201 220 193 0.09 0 0.12 0.14 102.22 0.28 0.81
Hex C9 DC C1 9 0 C E 66 1C 51
Octal 311 334 301 11 0 14 16 146 34 121
Binary 11001001 11011100 11000001 1001 0 1100 1110 1100110 11100 1010001

Color Harmonies of #C9DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCC1

Black with #C9DCC1

Text Example


Text Example

White with #C9DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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