Html Css Color HEX #C8DCC1 Surf Crest

📋 copy color: '#C8DCC1'

red 200 ◦ green 220 ◦ blue 193

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

Shades of Surf Crest #C8DCC1

Tints of Surf Crest #C8DCC1

RGB

 RED value IS 200 (78.52% from 255) = 32.63%

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

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

R = 32.63%
G = 35.89%
B = 31.48%

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

#C8DCC1 (or 0xC8DCC1) is known color: Surf Crest. HEX triplet: C8, DC and C1. RGB value is (200,220,193). Sum of RGB (Red+Green+Blue) = 200+220+193=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCC1 is #37233E. Grayscale: #D3D3D3. Windows color (decimal): -3613503 or 12704968. OLE color: 12704968.

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

Color convert

RGB 200 220 193 -
CMYK 0.09 0 0.12 0.14
HSL 104.44º 0.28% 0.81% -
HSV(B) 104.44º 0.12% 0.86% -
XYZ 59.04 67.32 60.33 -
YUV 210.94 117.87 120.2 -
System Red Green Blue C M Y K H S L
Decimal 200 220 193 0.09 0 0.12 0.14 104.44 0.28 0.81
Hex C8 DC C1 9 0 C E 68 1C 51
Octal 310 334 301 11 0 14 16 150 34 121
Binary 11001000 11011100 11000001 1001 0 1100 1110 1101000 11100 1010001

Color Harmonies of #C8DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCC1

Black with #C8DCC1

Text Example


Text Example

White with #C8DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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