#CBD9C4

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

Shades of Surf Crest #CBD9C4

Tints of Surf Crest #CBD9C4

Color information

#CBD9C4 (or 0xCBD9C4) is unknown color: approx Surf Crest. HEX triplet: CB, D9 and C4. RGB value is (203,217,196). Sum of RGB (Red+Green+Blue) = 203+217+196=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9C4 is #34263B. Grayscale: #D2D2D2. Windows color (decimal): -3417660 or 12900811. OLE color: 12900811.

HSL color Cylindrical-coordinate representation of color #CBD9C4: hue angle of 100º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBD9C4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB203217196-
CMYK0.0600.100.15
HSL100º21.65%80.98%-
HSV(B)100º9.68%85.1%-
XYZ59.4166.3161.89-
YUV210.42119.86122.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 217 (85.16% from 255) = 35.23%
BLUE value IS 196 (76.95% from 255) = 31.82%
R=32.95%
G=35.23%
B=31.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032171960.0600.100.1510021.6580.98
HexCBD9C460AF641651
Octal31333130460121714426121
Binary1100101111011001110001001100101011111100100101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9C4; }

 p { color: rgb(203,217,196); }

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

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

 a { background-color: rgb(203,217,196); }

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

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

 span { border-color: rgb(203,217,196); }

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