Html Css Color HEX #CADDA4 Reef

📋 copy color: '#CADDA4'

red 202 ◦ green 221 ◦ blue 164

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

Shades of Reef #CADDA4

Tints of Reef #CADDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.94%

R = 34.41%
G = 37.65%
B = 27.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#CADDA4 (or 0xCADDA4) is known color: Reef. HEX triplet: CA, DD and A4. RGB value is (202,221,164). Sum of RGB (Red+Green+Blue) = 202+221+164=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADDA4 is #35225B. Grayscale: #D1D1D1. Windows color (decimal): -3482204 or 10804682. OLE color: 10804682.

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

Color convert

RGB 202 221 164 -
CMYK 0.09 0 0.26 0.13
HSL 80º 0.46% 0.75% -
HSV(B) 80º 0.26% 0.87% -
XYZ 56.91 66.95 45.04 -
YUV 208.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 202 221 164 0.09 0 0.26 0.13 80 0.46 0.75
Hex CA DD A4 9 0 1A D 50 2E 4B
Octal 312 335 244 11 0 32 15 120 56 113
Binary 11001010 11011101 10100100 1001 0 11010 1101 1010000 101110 1001011

Color Harmonies of #CADDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADDA4

Black with #CADDA4

Text Example


Text Example

White with #CADDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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