#CFDD98

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

Shades of Reef #CFDD98

Tints of Reef #CFDD98

Color information

#CFDD98 (or 0xCFDD98) is unknown color: approx Reef. HEX triplet: CF, DD and 98. RGB value is (207,221,152). Sum of RGB (Red+Green+Blue) = 207+221+152=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD98 is #302267. Grayscale: #D1D1D1. Windows color (decimal): -3154536 or 10018255. OLE color: 10018255.

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

Color convert

RGB207221152-
CMYK0.0600.310.13
HSL72.17º50.36%73.14%-
HSV(B)72.17º31.22%86.67%-
XYZ57.2667.2539.67-
YUV208.9595.86126.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 152 (59.77% from 255) = 26.21%
R=35.69%
G=38.10%
B=26.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211520.0600.310.1372.1750.3673.14
HexCFDD98601FD483249
Octal31733523060371511062111
Binary110011111101110110011000110011111110110010001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD98; }

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

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

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

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

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

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

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

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