Html Css Color HEX #CDDB9D Reef

📋 copy color: '#CDDB9D'

red 205 ◦ green 219 ◦ blue 157

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

Shades of Reef #CDDB9D

Tints of Reef #CDDB9D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.69%

 BLUE value IS 157 (61.72% from 255) = 27.02%

R = 35.28%
G = 37.69%
B = 27.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#CDDB9D (or 0xCDDB9D) is known color: Reef. HEX triplet: CD, DB and 9D. RGB value is (205,219,157). Sum of RGB (Red+Green+Blue) = 205+219+157=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDB9D is #322462. Grayscale: #CFCFCF. Windows color (decimal): -3286115 or 10345421. OLE color: 10345421.

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

Color convert

RGB 205 219 157 -
CMYK 0.06 0 0.28 0.14
HSL 73.55º 0.46% 0.74% -
HSV(B) 73.55º 0.28% 0.86% -
XYZ 56.59 66.08 41.67 -
YUV 207.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 205 219 157 0.06 0 0.28 0.14 73.55 0.46 0.74
Hex CD DB 9D 6 0 1C E 4A 2E 4A
Octal 315 333 235 6 0 34 16 112 56 112
Binary 11001101 11011011 10011101 110 0 11100 1110 1001010 101110 1001010

Color Harmonies of #CDDB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB9D

Black with #CDDB9D

Text Example


Text Example

White with #CDDB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB9D; }

 p { color: rgb(205,219,157); }

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

background-color css

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

 a { background-color: rgb(205,219,157); }

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

border-color css

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

 span { border-color: rgb(205,219,157); }

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