#CBDFC9

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

Shades of Surf Crest #CBDFC9

Tints of Surf Crest #CBDFC9

Color information

#CBDFC9 (or 0xCBDFC9) is unknown color: approx Surf Crest. HEX triplet: CB, DF and C9. RGB value is (203,223,201). Sum of RGB (Red+Green+Blue) = 203+223+201=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFC9 is #342036. Grayscale: #D6D6D6. Windows color (decimal): -3416119 or 13230027. OLE color: 13230027.

HSL color Cylindrical-coordinate representation of color #CBDFC9: hue angle of 114.55º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBDFC9 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB203223201-
CMYK0.0900.100.13
HSL114.55º25.58%83.14%-
HSV(B)114.55º9.87%87.45%-
XYZ61.5669.6965.47-
YUV214.51120.37119.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 201 (78.91% from 255) = 32.06%
R=32.38%
G=35.57%
B=32.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032232010.0900.100.13114.5525.5883.14
HexCBDFC990AD731a53
Octal313337311110121516332123
Binary11001011110111111100100110010101011011110011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDFC9; }

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

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

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

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

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

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

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

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