Html Css Color HEX #C7DCC1 Surf Crest

📋 copy color: '#C7DCC1'

red 199 ◦ green 220 ◦ blue 193

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

Shades of Surf Crest #C7DCC1

Tints of Surf Crest #C7DCC1

RGB

 RED value IS 199 (78.13% from 255) = 32.52%

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

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

R = 32.52%
G = 35.95%
B = 31.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#C7DCC1 (or 0xC7DCC1) is known color: Surf Crest. HEX triplet: C7, DC and C1. RGB value is (199,220,193). Sum of RGB (Red+Green+Blue) = 199+220+193=612 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.52% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCC1 is #38233E. Grayscale: #D2D2D2. Windows color (decimal): -3679039 or 12704967. OLE color: 12704967.

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

Color convert

RGB 199 220 193 -
CMYK 0.10 0 0.12 0.14
HSL 106.67º 0.28% 0.81% -
HSV(B) 106.67º 0.12% 0.86% -
XYZ 58.77 67.18 60.32 -
YUV 210.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 199 220 193 0.10 0 0.12 0.14 106.67 0.28 0.81
Hex C7 DC C1 A 0 C E 6B 1C 51
Octal 307 334 301 12 0 14 16 153 34 121
Binary 11000111 11011100 11000001 1010 0 1100 1110 1101011 11100 1010001

Color Harmonies of #C7DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7DCC1

Black with #C7DCC1

Text Example


Text Example

White with #C7DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7DCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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