Html Css Color HEX #CDDC9B Reef

📋 copy color: '#CDDC9B'

red 205 ◦ green 220 ◦ blue 155

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

Shades of Reef #CDDC9B

Tints of Reef #CDDC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.72%

R = 35.34%
G = 37.93%
B = 26.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#CDDC9B (or 0xCDDC9B) is known color: Reef. HEX triplet: CD, DC and 9B. RGB value is (205,220,155). Sum of RGB (Red+Green+Blue) = 205+220+155=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC9B is #322364. Grayscale: #D0D0D0. Windows color (decimal): -3285861 or 10214605. OLE color: 10214605.

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

Color convert

RGB 205 220 155 -
CMYK 0.07 0 0.30 0.14
HSL 73.85º 0.48% 0.74% -
HSV(B) 73.85º 0.3% 0.86% -
XYZ 56.69 66.53 40.86 -
YUV 208.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 205 220 155 0.07 0 0.30 0.14 73.85 0.48 0.74
Hex CD DC 9B 7 0 1E E 4A 30 4A
Octal 315 334 233 7 0 36 16 112 60 112
Binary 11001101 11011100 10011011 111 0 11110 1110 1001010 110000 1001010

Color Harmonies of #CDDC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC9B

Black with #CDDC9B

Text Example


Text Example

White with #CDDC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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