Html Css Color HEX #CDEA9C Reef

📋 copy color: '#CDEA9C'

red 205 ◦ green 234 ◦ blue 156

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

Shades of Reef #CDEA9C

Tints of Reef #CDEA9C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.33%

 BLUE value IS 156 (61.33% from 255) = 26.22%

R = 34.45%
G = 39.33%
B = 26.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#CDEA9C (or 0xCDEA9C) is known color: Reef. HEX triplet: CD, EA and 9C. RGB value is (205,234,156). Sum of RGB (Red+Green+Blue) = 205+234+156=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEA9C is #321563. Grayscale: #D8D8D8. Windows color (decimal): -3282276 or 10283725. OLE color: 10283725.

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

Color convert

RGB 205 234 156 -
CMYK 0.12 0 0.33 0.08
HSL 82.31º 0.65% 0.76% -
HSV(B) 82.31º 0.33% 0.92% -
XYZ 60.6 74.23 42.59 -
YUV 216.44 93.89 119.84 -
System Red Green Blue C M Y K H S L
Decimal 205 234 156 0.12 0 0.33 0.08 82.31 0.65 0.76
Hex CD EA 9C C 0 21 8 52 41 4C
Octal 315 352 234 14 0 41 10 122 101 114
Binary 11001101 11101010 10011100 1100 0 100001 1000 1010010 1000001 1001100

Color Harmonies of #CDEA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA9C

Black with #CDEA9C

Text Example


Text Example

White with #CDEA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA9C; }

 p { color: rgb(205,234,156); }

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

background-color css

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

 a { background-color: rgb(205,234,156); }

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

border-color css

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

 span { border-color: rgb(205,234,156); }

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