Html Css Color HEX #CDE69D Reef

📋 copy color: '#CDE69D'

red 205 ◦ green 230 ◦ blue 157

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

Shades of Reef #CDE69D

Tints of Reef #CDE69D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.85%

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

R = 34.63%
G = 38.85%
B = 26.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#CDE69D (or 0xCDE69D) is known color: Reef. HEX triplet: CD, E6 and 9D. RGB value is (205,230,157). Sum of RGB (Red+Green+Blue) = 205+230+157=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE69D is #321962. Grayscale: #D6D6D6. Windows color (decimal): -3283299 or 10348237. OLE color: 10348237.

HSL color Cylindrical-coordinate representation of color #CDE69D: hue angle of 80.55º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDE69D is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 157 -
CMYK 0.11 0 0.32 0.10
HSL 80.55º 0.59% 0.76% -
HSV(B) 80.55º 0.32% 0.9% -
XYZ 59.56 72.01 42.66 -
YUV 214.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 205 230 157 0.11 0 0.32 0.10 80.55 0.59 0.76
Hex CD E6 9D B 0 20 A 51 3B 4C
Octal 315 346 235 13 0 40 12 121 73 114
Binary 11001101 11100110 10011101 1011 0 100000 1010 1010001 111011 1001100

Color Harmonies of #CDE69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE69D

Black with #CDE69D

Text Example


Text Example

White with #CDE69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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