Html Css Color HEX #CDE1A6 Reef

📋 copy color: '#CDE1A6'

red 205 ◦ green 225 ◦ blue 166

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

Shades of Reef #CDE1A6

Tints of Reef #CDE1A6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.75%

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

R = 34.4%
G = 37.75%
B = 27.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#CDE1A6 (or 0xCDE1A6) is known color: Reef. HEX triplet: CD, E1 and A6. RGB value is (205,225,166). Sum of RGB (Red+Green+Blue) = 205+225+166=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 166 (65.23% from 255 or 27.85% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE1A6 is #321E59. Grayscale: #D4D4D4. Windows color (decimal): -3284570 or 10936781. OLE color: 10936781.

HSL color Cylindrical-coordinate representation of color #CDE1A6: hue angle of 80.34º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDE1A6 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 166 -
CMYK 0.09 0 0.26 0.12
HSL 80.34º 0.5% 0.77% -
HSV(B) 80.34º 0.26% 0.88% -
XYZ 58.98 69.58 46.4 -
YUV 212.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 205 225 166 0.09 0 0.26 0.12 80.34 0.5 0.77
Hex CD E1 A6 9 0 1A C 50 32 4D
Octal 315 341 246 11 0 32 14 120 62 115
Binary 11001101 11100001 10100110 1001 0 11010 1100 1010000 110010 1001101

Color Harmonies of #CDE1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE1A6

Black with #CDE1A6

Text Example


Text Example

White with #CDE1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE1A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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