#C3D2BD

Color #C3D2BD Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C3D2BD

Tints of Surf Crest #C3D2BD

Color information

#C3D2BD (or 0xC3D2BD) is unknown color: approx Surf Crest. HEX triplet: C3, D2 and BD. RGB value is (195,210,189). Sum of RGB (Red+Green+Blue) = 195+210+189=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2BD is #3C2D42. Grayscale: #CBCBCB. Windows color (decimal): -3943747 or 12440259. OLE color: 12440259.

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

Color convert

RGB195210189-
CMYK0.0700.100.18
HSL102.86º18.92%78.24%-
HSV(B)102.86º10%82.35%-
XYZ54.7461.3757.1-
YUV203.12120.03122.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.83%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 189 (74.22% from 255) = 31.82%
R=32.83%
G=35.35%
B=31.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952101890.0700.100.18102.8618.9278.24
HexC3D2BD70A1267134e
Octal30332227570122214723116
Binary11000011110100101011110111101010100101100111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D2BD; }

 p { color: rgb(195,210,189); }

 H1.HeaderClassName
 {
   color: #C3D2BD;
 }
 .AnyTagClassName
 {
   color: #C3D2BD;
 }
</style>
background-color css

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

 a { background-color: rgb(195,210,189); }

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

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

 span { border-color: rgb(195,210,189); }

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