Html Css Color HEX #CADEA6 Reef

📋 copy color: '#CADEA6'

red 202 ◦ green 222 ◦ blue 166

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

Shades of Reef #CADEA6

Tints of Reef #CADEA6

RGB

 RED value IS 202 (79.3% from 255) = 34.24%

 GREEN value IS 222 (87.11% from 255) = 37.63%

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

R = 34.24%
G = 37.63%
B = 28.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#CADEA6 (or 0xCADEA6) is known color: Reef. HEX triplet: CA, DE and A6. RGB value is (202,222,166). Sum of RGB (Red+Green+Blue) = 202+222+166=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #CADEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADEA6 is #352159. Grayscale: #D1D1D1. Windows color (decimal): -3481946 or 10936010. OLE color: 10936010.

HSL color Cylindrical-coordinate representation of color #CADEA6: hue angle of 81.43º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CADEA6 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 222 166 -
CMYK 0.09 0 0.25 0.13
HSL 81.43º 0.46% 0.76% -
HSV(B) 81.43º 0.25% 0.87% -
XYZ 57.36 67.55 46.09 -
YUV 209.64 103.37 122.55 -
System Red Green Blue C M Y K H S L
Decimal 202 222 166 0.09 0 0.25 0.13 81.43 0.46 0.76
Hex CA DE A6 9 0 19 D 51 2E 4C
Octal 312 336 246 11 0 31 15 121 56 114
Binary 11001010 11011110 10100110 1001 0 11001 1101 1010001 101110 1001100

Color Harmonies of #CADEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADEA6

Black with #CADEA6

Text Example


Text Example

White with #CADEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADEA6; }

 p { color: rgb(202,222,166); }

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

background-color css

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

 a { background-color: rgb(202,222,166); }

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

border-color css

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

 span { border-color: rgb(202,222,166); }

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