Html Css Color HEX #CDEB9E Reef

📋 copy color: '#CDEB9E'

red 205 ◦ green 235 ◦ blue 158

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

Shades of Reef #CDEB9E

Tints of Reef #CDEB9E

RGB

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

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

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

R = 34.28%
G = 39.3%
B = 26.42%

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

#CDEB9E (or 0xCDEB9E) is known color: Reef. HEX triplet: CD, EB and 9E. RGB value is (205,235,158). Sum of RGB (Red+Green+Blue) = 205+235+158=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEB9E is #321461. Grayscale: #D9D9D9. Windows color (decimal): -3282018 or 10415053. OLE color: 10415053.

HSL color Cylindrical-coordinate representation of color #CDEB9E: hue angle of 83.38º 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 #CDEB9E is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 235 158 -
CMYK 0.13 0 0.33 0.08
HSL 83.38º 0.66% 0.77% -
HSV(B) 83.38º 0.33% 0.92% -
XYZ 61.06 74.86 43.58 -
YUV 217.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 205 235 158 0.13 0 0.33 0.08 83.38 0.66 0.77
Hex CD EB 9E D 0 21 8 53 42 4D
Octal 315 353 236 15 0 41 10 123 102 115
Binary 11001101 11101011 10011110 1101 0 100001 1000 1010011 1000010 1001101

Color Harmonies of #CDEB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEB9E

Black with #CDEB9E

Text Example


Text Example

White with #CDEB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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