#CDDBA7

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

Shades of Reef #CDDBA7

Tints of Reef #CDDBA7

Color information

#CDDBA7 (or 0xCDDBA7) is unknown color: approx Reef. HEX triplet: CD, DB and A7. RGB value is (205,219,167). Sum of RGB (Red+Green+Blue) = 205+219+167=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDBA7 is #322458. Grayscale: #D1D1D1. Windows color (decimal): -3286105 or 11000781. OLE color: 11000781.

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

Color convert

RGB205219167-
CMYK0.0600.240.14
HSL76.15º41.94%75.69%-
HSV(B)76.15º23.74%85.88%-
XYZ57.4866.4346.35-
YUV208.89104.36125.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 167 (65.62% from 255) = 28.26%
R=34.69%
G=37.06%
B=28.26%

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
Decimal2052191670.0600.240.1476.1541.9475.69
HexCDDBA76018E4c2a4c
Octal31533324760301611452114
Binary110011011101101110100111110011000111010011001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBA7; }

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

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

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

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

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

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

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

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