Html Css Color HEX #CDEEA8 Reef

📋 copy color: '#CDEEA8'

red 205 ◦ green 238 ◦ blue 168

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

Shades of Reef #CDEEA8

Tints of Reef #CDEEA8

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.95%

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

R = 33.55%
G = 38.95%
B = 27.5%

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

#CDEEA8 (or 0xCDEEA8) is known color: Reef. HEX triplet: CD, EE and A8. RGB value is (205,238,168). Sum of RGB (Red+Green+Blue) = 205+238+168=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEEA8 is #321157. Grayscale: #DCDCDC. Windows color (decimal): -3281240 or 11071181. OLE color: 11071181.

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

Color convert

RGB 205 238 168 -
CMYK 0.14 0 0.29 0.07
HSL 88.29º 0.67% 0.8% -
HSV(B) 88.29º 0.29% 0.93% -
XYZ 62.82 76.96 48.59 -
YUV 220.15 98.57 117.19 -
System Red Green Blue C M Y K H S L
Decimal 205 238 168 0.14 0 0.29 0.07 88.29 0.67 0.8
Hex CD EE A8 E 0 1D 7 58 43 50
Octal 315 356 250 16 0 35 7 130 103 120
Binary 11001101 11101110 10101000 1110 0 11101 111 1011000 1000011 1010000

Color Harmonies of #CDEEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEEA8

Black with #CDEEA8

Text Example


Text Example

White with #CDEEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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