#CDDBA6

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

Shades of Reef #CDDBA6

Tints of Reef #CDDBA6

Color information

#CDDBA6 (or 0xCDDBA6) is unknown color: approx Reef. HEX triplet: CD, DB and A6. RGB value is (205,219,166). Sum of RGB (Red+Green+Blue) = 205+219+166=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDBA6 is #322459. Grayscale: #D0D0D0. Windows color (decimal): -3286106 or 10935245. OLE color: 10935245.

HSL color Cylindrical-coordinate representation of color #CDDBA6: hue angle of 75.85º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDDBA6 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB205219166-
CMYK0.0600.240.14
HSL75.85º42.4%75.49%-
HSV(B)75.85º24.2%85.88%-
XYZ57.3966.445.87-
YUV208.77103.86125.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 166 (65.23% from 255) = 28.14%
R=34.75%
G=37.12%
B=28.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191660.0600.240.1475.8542.475.49
HexCDDBA66018E4c2a4b
Octal31533324660301611452113
Binary110011011101101110100110110011000111010011001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBA6; }

 p { color: rgb(205,219,166); }

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

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

 a { background-color: rgb(205,219,166); }

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

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

 span { border-color: rgb(205,219,166); }

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