Html Css Color HEX #CDEDA8 Reef

📋 copy color: '#CDEDA8'

red 205 ◦ green 237 ◦ blue 168

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

Shades of Reef #CDEDA8

Tints of Reef #CDEDA8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.85%

 BLUE value IS 168 (66.02% from 255) = 27.54%

R = 33.61%
G = 38.85%
B = 27.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#CDEDA8 (or 0xCDEDA8) is known color: Reef. HEX triplet: CD, ED and A8. RGB value is (205,237,168). Sum of RGB (Red+Green+Blue) = 205+237+168=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEDA8 is #321257. Grayscale: #DBDBDB. Windows color (decimal): -3281496 or 11070925. OLE color: 11070925.

HSL color Cylindrical-coordinate representation of color #CDEDA8: hue angle of 87.83º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDEDA8 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 237 168 -
CMYK 0.14 0 0.29 0.07
HSL 87.83º 0.66% 0.79% -
HSV(B) 87.83º 0.29% 0.93% -
XYZ 62.53 76.37 48.49 -
YUV 219.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 205 237 168 0.14 0 0.29 0.07 87.83 0.66 0.79
Hex CD ED A8 E 0 1D 7 58 42 4F
Octal 315 355 250 16 0 35 7 130 102 117
Binary 11001101 11101101 10101000 1110 0 11101 111 1011000 1000010 1001111

Color Harmonies of #CDEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDA8

Black with #CDEDA8

Text Example


Text Example

White with #CDEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDA8; }

 p { color: rgb(205,237,168); }

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

background-color css

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

 a { background-color: rgb(205,237,168); }

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

border-color css

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

 span { border-color: rgb(205,237,168); }

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