Html Css Color HEX #CDEB9D Reef

📋 copy color: '#CDEB9D'

red 205 ◦ green 235 ◦ blue 157

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

Shades of Reef #CDEB9D

Tints of Reef #CDEB9D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.36%

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

R = 34.34%
G = 39.36%
B = 26.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#CDEB9D (or 0xCDEB9D) is known color: Reef. HEX triplet: CD, EB and 9D. RGB value is (205,235,157). Sum of RGB (Red+Green+Blue) = 205+235+157=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB9D is #321462. Grayscale: #D9D9D9. Windows color (decimal): -3282019 or 10349517. OLE color: 10349517.

HSL color Cylindrical-coordinate representation of color #CDEB9D: hue angle of 83.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDEB9D is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 235 157 -
CMYK 0.13 0 0.33 0.08
HSL 83.08º 0.66% 0.77% -
HSV(B) 83.08º 0.33% 0.92% -
XYZ 60.97 74.83 43.13 -
YUV 217.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 205 235 157 0.13 0 0.33 0.08 83.08 0.66 0.77
Hex CD EB 9D D 0 21 8 53 42 4D
Octal 315 353 235 15 0 41 10 123 102 115
Binary 11001101 11101011 10011101 1101 0 100001 1000 1010011 1000010 1001101

Color Harmonies of #CDEB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEB9D

Black with #CDEB9D

Text Example


Text Example

White with #CDEB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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