#CBDDC6

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

Shades of Surf Crest #CBDDC6

Tints of Surf Crest #CBDDC6

Color information

#CBDDC6 (or 0xCBDDC6) is unknown color: approx Surf Crest. HEX triplet: CB, DD and C6. RGB value is (203,221,198). Sum of RGB (Red+Green+Blue) = 203+221+198=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDC6 is #342239. Grayscale: #D5D5D5. Windows color (decimal): -3416634 or 13032907. OLE color: 13032907.

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

Color convert

RGB203221198-
CMYK0.0800.100.13
HSL106.96º25.27%82.16%-
HSV(B)106.96º10.41%86.67%-
XYZ60.6868.4963.45-
YUV213119.54120.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 198 (77.73% from 255) = 31.83%
R=32.64%
G=35.53%
B=31.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211980.0800.100.13106.9625.2782.16
HexCBDDC680AD6b1952
Octal313335306100121515331122
Binary11001011110111011100011010000101011011101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDC6; }

 p { color: rgb(203,221,198); }

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

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

 a { background-color: rgb(203,221,198); }

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

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

 span { border-color: rgb(203,221,198); }

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