Html Css Color HEX #CDE6A6 Reef

📋 copy color: '#CDE6A6'

red 205 ◦ green 230 ◦ blue 166

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

Shades of Reef #CDE6A6

Tints of Reef #CDE6A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.62%

R = 34.11%
G = 38.27%
B = 27.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#CDE6A6 (or 0xCDE6A6) is known color: Reef. HEX triplet: CD, E6 and A6. RGB value is (205,230,166). Sum of RGB (Red+Green+Blue) = 205+230+166=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE6A6 is #321959. Grayscale: #D7D7D7. Windows color (decimal): -3283290 or 10938061. OLE color: 10938061.

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

Color convert

RGB 205 230 166 -
CMYK 0.11 0 0.28 0.10
HSL 83.44º 0.56% 0.78% -
HSV(B) 83.44º 0.28% 0.9% -
XYZ 60.36 72.33 46.86 -
YUV 215.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 205 230 166 0.11 0 0.28 0.10 83.44 0.56 0.78
Hex CD E6 A6 B 0 1C A 53 38 4E
Octal 315 346 246 13 0 34 12 123 70 116
Binary 11001101 11100110 10100110 1011 0 11100 1010 1010011 111000 1001110

Color Harmonies of #CDE6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE6A6

Black with #CDE6A6

Text Example


Text Example

White with #CDE6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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