Html Css Color HEX #C4D3BD Surf Crest

📋 copy color: '#C4D3BD'

red 196 ◦ green 211 ◦ blue 189

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

Shades of Surf Crest #C4D3BD

Tints of Surf Crest #C4D3BD

RGB

 RED value IS 196 (76.95% from 255) = 32.89%

 GREEN value IS 211 (82.81% from 255) = 35.4%

 BLUE value IS 189 (74.22% from 255) = 31.71%

R = 32.89%
G = 35.4%
B = 31.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#C4D3BD (or 0xC4D3BD) is known color: Surf Crest. HEX triplet: C4, D3 and BD. RGB value is (196,211,189). Sum of RGB (Red+Green+Blue) = 196+211+189=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D3BD is #3B2C42. Grayscale: #CCCCCC. Windows color (decimal): -3877955 or 12440516. OLE color: 12440516.

HSL color Cylindrical-coordinate representation of color #C4D3BD: hue angle of 100.91º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4D3BD is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 211 189 -
CMYK 0.07 0 0.10 0.17
HSL 100.91º 0.2% 0.78% -
HSV(B) 100.91º 0.1% 0.83% -
XYZ 55.24 62 57.2 -
YUV 204.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 196 211 189 0.07 0 0.10 0.17 100.91 0.2 0.78
Hex C4 D3 BD 7 0 A 11 65 14 4E
Octal 304 323 275 7 0 12 21 145 24 116
Binary 11000100 11010011 10111101 111 0 1010 10001 1100101 10100 1001110

Color Harmonies of #C4D3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D3BD

Black with #C4D3BD

Text Example


Text Example

White with #C4D3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D3BD; }

 p { color: rgb(196,211,189); }

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

background-color css

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

 a { background-color: rgb(196,211,189); }

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

border-color css

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

 span { border-color: rgb(196,211,189); }

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