Html Css Color HEX #C8DCBC Surf Crest

📋 copy color: '#C8DCBC'

red 200 ◦ green 220 ◦ blue 188

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

Shades of Surf Crest #C8DCBC

Tints of Surf Crest #C8DCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.92%

R = 32.89%
G = 36.18%
B = 30.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#C8DCBC (or 0xC8DCBC) is known color: Surf Crest. HEX triplet: C8, DC and BC. RGB value is (200,220,188). Sum of RGB (Red+Green+Blue) = 200+220+188=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCBC is #372343. Grayscale: #D2D2D2. Windows color (decimal): -3613508 or 12377288. OLE color: 12377288.

HSL color Cylindrical-coordinate representation of color #C8DCBC: hue angle of 97.5º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DCBC is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 220 188 -
CMYK 0.09 0 0.15 0.14
HSL 97.5º 0.31% 0.8% -
HSV(B) 97.5º 0.15% 0.86% -
XYZ 58.49 67.1 57.45 -
YUV 210.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 200 220 188 0.09 0 0.15 0.14 97.5 0.31 0.8
Hex C8 DC BC 9 0 F E 62 1F 50
Octal 310 334 274 11 0 17 16 142 37 120
Binary 11001000 11011100 10111100 1001 0 1111 1110 1100010 11111 1010000

Color Harmonies of #C8DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DCBC

Black with #C8DCBC

Text Example


Text Example

White with #C8DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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