Html Css Color HEX #CDDC9E Reef

📋 copy color: '#CDDC9E'

red 205 ◦ green 220 ◦ blue 158

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

Shades of Reef #CDDC9E

Tints of Reef #CDDC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.1%

R = 35.16%
G = 37.74%
B = 27.1%

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

#CDDC9E (or 0xCDDC9E) is known color: Reef. HEX triplet: CD, DC and 9E. RGB value is (205,220,158). Sum of RGB (Red+Green+Blue) = 205+220+158=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC9E is #322361. Grayscale: #D0D0D0. Windows color (decimal): -3285858 or 10411213. OLE color: 10411213.

HSL color Cylindrical-coordinate representation of color #CDDC9E: hue angle of 74.52º 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 #CDDC9E is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 158 -
CMYK 0.07 0 0.28 0.14
HSL 74.52º 0.47% 0.74% -
HSV(B) 74.52º 0.28% 0.86% -
XYZ 56.94 66.63 42.21 -
YUV 208.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 205 220 158 0.07 0 0.28 0.14 74.52 0.47 0.74
Hex CD DC 9E 7 0 1C E 4B 2F 4A
Octal 315 334 236 7 0 34 16 113 57 112
Binary 11001101 11011100 10011110 111 0 11100 1110 1001011 101111 1001010

Color Harmonies of #CDDC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC9E

Black with #CDDC9E

Text Example


Text Example

White with #CDDC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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