#CBDFC5

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

Shades of Surf Crest #CBDFC5

Tints of Surf Crest #CBDFC5

Color information

#CBDFC5 (or 0xCBDFC5) is unknown color: approx Surf Crest. HEX triplet: CB, DF and C5. RGB value is (203,223,197). Sum of RGB (Red+Green+Blue) = 203+223+197=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFC5 is #34203A. Grayscale: #D6D6D6. Windows color (decimal): -3416123 or 12967883. OLE color: 12967883.

HSL color Cylindrical-coordinate representation of color #CBDFC5: hue angle of 106.15º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDFC5 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB203223197-
CMYK0.0900.120.13
HSL106.15º28.89%82.35%-
HSV(B)106.15º11.66%87.45%-
XYZ61.0969.563.02-
YUV214.06118.37120.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.58%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 197 (77.34% from 255) = 31.62%
R=32.58%
G=35.79%
B=31.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032231970.0900.120.13106.1528.8982.35
HexCBDFC590CD6a1d52
Octal313337305110141515235122
Binary11001011110111111100010110010110011011101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFC5; }

 p { color: rgb(203,223,197); }

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

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

 a { background-color: rgb(203,223,197); }

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

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

 span { border-color: rgb(203,223,197); }

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