Html Css Color HEX #CDDC9F Reef

📋 copy color: '#CDDC9F'

red 205 ◦ green 220 ◦ blue 159

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

Shades of Reef #CDDC9F

Tints of Reef #CDDC9F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.67%

 BLUE value IS 159 (62.5% from 255) = 27.23%

R = 35.1%
G = 37.67%
B = 27.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#CDDC9F (or 0xCDDC9F) is known color: Reef. HEX triplet: CD, DC and 9F. RGB value is (205,220,159). Sum of RGB (Red+Green+Blue) = 205+220+159=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC9F is #322360. Grayscale: #D0D0D0. Windows color (decimal): -3285857 or 10476749. OLE color: 10476749.

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

Color convert

RGB 205 220 159 -
CMYK 0.07 0 0.28 0.14
HSL 74.75º 0.47% 0.74% -
HSV(B) 74.75º 0.28% 0.86% -
XYZ 57.03 66.67 42.66 -
YUV 208.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 205 220 159 0.07 0 0.28 0.14 74.75 0.47 0.74
Hex CD DC 9F 7 0 1C E 4B 2F 4A
Octal 315 334 237 7 0 34 16 113 57 112
Binary 11001101 11011100 10011111 111 0 11100 1110 1001011 101111 1001010

Color Harmonies of #CDDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC9F

Black with #CDDC9F

Text Example


Text Example

White with #CDDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC9F; }

 p { color: rgb(205,220,159); }

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

background-color css

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

 a { background-color: rgb(205,220,159); }

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

border-color css

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

 span { border-color: rgb(205,220,159); }

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