Html Css Color HEX #C8DCC6 Surf Crest

📋 copy color: '#C8DCC6'

red 200 ◦ green 220 ◦ blue 198

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

Shades of Surf Crest #C8DCC6

Tints of Surf Crest #C8DCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.04%

R = 32.36%
G = 35.6%
B = 32.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#C8DCC6 (or 0xC8DCC6) is known color: Surf Crest. HEX triplet: C8, DC and C6. RGB value is (200,220,198). Sum of RGB (Red+Green+Blue) = 200+220+198=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCC6 is #372339. Grayscale: #D3D3D3. Windows color (decimal): -3613498 or 13032648. OLE color: 13032648.

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

Color convert

RGB 200 220 198 -
CMYK 0.09 0 0.1 0.14
HSL 114.55º 0.24% 0.82% -
HSV(B) 114.55º 0.1% 0.86% -
XYZ 59.61 67.54 63.32 -
YUV 211.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 200 220 198 0.09 0 0.1 0.14 114.55 0.24 0.82
Hex C8 DC C6 9 0 A E 73 18 52
Octal 310 334 306 11 0 12 16 163 30 122
Binary 11001000 11011100 11000110 1001 0 1010 1110 1110011 11000 1010010

Color Harmonies of #C8DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCC6

Black with #C8DCC6

Text Example


Text Example

White with #C8DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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