Html Css Color HEX #C8D5C5 Surf Crest

📋 copy color: '#C8D5C5'

red 200 ◦ green 213 ◦ blue 197

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

Shades of Surf Crest #C8D5C5

Tints of Surf Crest #C8D5C5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.92%

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

R = 32.79%
G = 34.92%
B = 32.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#C8D5C5 (or 0xC8D5C5) is known color: Surf Crest. HEX triplet: C8, D5 and C5. RGB value is (200,213,197). Sum of RGB (Red+Green+Blue) = 200+213+197=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5C5 is #372A3A. Grayscale: #CFCFCF. Windows color (decimal): -3615291 or 12965320. OLE color: 12965320.

HSL color Cylindrical-coordinate representation of color #C8D5C5: hue angle of 108.75º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8D5C5 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 213 197 -
CMYK 0.06 0 0.08 0.16
HSL 108.75º 0.16% 0.8% -
HSV(B) 108.75º 0.08% 0.84% -
XYZ 57.69 63.9 62.12 -
YUV 207.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 200 213 197 0.06 0 0.08 0.16 108.75 0.16 0.8
Hex C8 D5 C5 6 0 8 10 6D 10 50
Octal 310 325 305 6 0 10 20 155 20 120
Binary 11001000 11010101 11000101 110 0 1000 10000 1101101 10000 1010000

Color Harmonies of #C8D5C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D5C5

Black with #C8D5C5

Text Example


Text Example

White with #C8D5C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D5C5; }

 p { color: rgb(200,213,197); }

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

background-color css

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

 a { background-color: rgb(200,213,197); }

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

border-color css

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

 span { border-color: rgb(200,213,197); }

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