Html Css Color HEX #CADDA6 Reef

📋 copy color: '#CADDA6'

red 202 ◦ green 221 ◦ blue 166

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

Shades of Reef #CADDA6

Tints of Reef #CADDA6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.52%

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

R = 34.3%
G = 37.52%
B = 28.18%

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

#CADDA6 (or 0xCADDA6) is known color: Reef. HEX triplet: CA, DD and A6. RGB value is (202,221,166). Sum of RGB (Red+Green+Blue) = 202+221+166=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDA6 is #352259. Grayscale: #D1D1D1. Windows color (decimal): -3482202 or 10935754. OLE color: 10935754.

HSL color Cylindrical-coordinate representation of color #CADDA6: hue angle of 80.73º degrees, saturation: 0.45, 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 #CADDA6 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 221 166 -
CMYK 0.09 0 0.25 0.13
HSL 80.73º 0.45% 0.76% -
HSV(B) 80.73º 0.25% 0.87% -
XYZ 57.1 67.02 46 -
YUV 209.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 202 221 166 0.09 0 0.25 0.13 80.73 0.45 0.76
Hex CA DD A6 9 0 19 D 51 2D 4C
Octal 312 335 246 11 0 31 15 121 55 114
Binary 11001010 11011101 10100110 1001 0 11001 1101 1010001 101101 1001100

Color Harmonies of #CADDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDA6

Black with #CADDA6

Text Example


Text Example

White with #CADDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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