Html Css Color HEX #CDDD97 Reef

📋 copy color: '#CDDD97'

red 205 ◦ green 221 ◦ blue 151

#CDDD97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CDDD97

Tints of Reef #CDDD97

RGB

 RED value IS 205 (80.47% from 255) = 35.53%

 GREEN value IS 221 (86.72% from 255) = 38.3%

 BLUE value IS 151 (59.38% from 255) = 26.17%

R = 35.53%
G = 38.3%
B = 26.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#CDDD97 (or 0xCDDD97) is known color: Reef. HEX triplet: CD, DD and 97. RGB value is (205,221,151). Sum of RGB (Red+Green+Blue) = 205+221+151=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 151 (59.38% from 255 or 26.17% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDD97 is #322268. Grayscale: #D0D0D0. Windows color (decimal): -3285609 or 9952717. OLE color: 9952717.

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

Color convert

RGB 205 221 151 -
CMYK 0.07 0 0.32 0.13
HSL 73.71º 0.51% 0.73% -
HSV(B) 73.71º 0.32% 0.87% -
XYZ 56.62 66.93 39.21 -
YUV 208.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 205 221 151 0.07 0 0.32 0.13 73.71 0.51 0.73
Hex CD DD 97 7 0 20 D 4A 33 49
Octal 315 335 227 7 0 40 15 112 63 111
Binary 11001101 11011101 10010111 111 0 100000 1101 1001010 110011 1001001

Color Harmonies of #CDDD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD97

Black with #CDDD97

Text Example


Text Example

White with #CDDD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD97; }

 p { color: rgb(205,221,151); }

 H1.HeaderClassName
 {
   color: #CDDD97;
 }
 .AnyTagClassName
 {
   color: #CDDD97;
 }
</style>

background-color css

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

 a { background-color: rgb(205,221,151); }

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

border-color css

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

 span { border-color: rgb(205,221,151); }

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