#CDDB9C

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

Shades of Reef #CDDB9C

Tints of Reef #CDDB9C

Color information

#CDDB9C (or 0xCDDB9C) is unknown color: approx Reef. HEX triplet: CD, DB and 9C. RGB value is (205,219,156). Sum of RGB (Red+Green+Blue) = 205+219+156=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 156 (61.33% from 255 or 26.90% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB9C is #322463. Grayscale: #CFCFCF. Windows color (decimal): -3286116 or 10279885. OLE color: 10279885.

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

Color convert

RGB205219156-
CMYK0.0600.290.14
HSL73.33º46.67%73.53%-
HSV(B)73.33º28.77%85.88%-
XYZ56.5166.0441.22-
YUV207.6398.86126.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 156 (61.33% from 255) = 26.90%
R=35.34%
G=37.76%
B=26.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191560.0600.290.1473.3346.6773.53
HexCDDB9C601DE492f4a
Octal31533323460351611157112
Binary110011011101101110011100110011101111010010011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDB9C; }

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

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

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

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

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

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

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

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