#CFDD9A

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

Shades of Reef #CFDD9A

Tints of Reef #CFDD9A

Color information

#CFDD9A (or 0xCFDD9A) is unknown color: approx Reef. HEX triplet: CF, DD and 9A. RGB value is (207,221,154). Sum of RGB (Red+Green+Blue) = 207+221+154=582 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.57% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD9A is #302265. Grayscale: #D1D1D1. Windows color (decimal): -3154534 or 10149327. OLE color: 10149327.

HSL color Cylindrical-coordinate representation of color #CFDD9A: hue angle of 72.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFDD9A is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB207221154-
CMYK0.0600.300.13
HSL72.54º49.63%73.53%-
HSV(B)72.54º30.32%86.67%-
XYZ57.4267.3140.54-
YUV209.1896.86126.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.57%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 154 (60.55% from 255) = 26.46%
R=35.57%
G=37.97%
B=26.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211540.0600.300.1372.5449.6373.53
HexCFDD9A601ED49324a
Octal31733523260361511162112
Binary110011111101110110011010110011110110110010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD9A; }

 p { color: rgb(207,221,154); }

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

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

 a { background-color: rgb(207,221,154); }

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

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

 span { border-color: rgb(207,221,154); }

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