Html Css Color HEX #CADB9E Reef

📋 copy color: '#CADB9E'

red 202 ◦ green 219 ◦ blue 158

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

Shades of Reef #CADB9E

Tints of Reef #CADB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.82%

 BLUE value IS 158 (62.11% from 255) = 27.29%

R = 34.89%
G = 37.82%
B = 27.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#CADB9E (or 0xCADB9E) is known color: Reef. HEX triplet: CA, DB and 9E. RGB value is (202,219,158). Sum of RGB (Red+Green+Blue) = 202+219+158=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB9E is #352461. Grayscale: #CFCFCF. Windows color (decimal): -3482722 or 10410954. OLE color: 10410954.

HSL color Cylindrical-coordinate representation of color #CADB9E: hue angle of 76.72º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CADB9E is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 219 158 -
CMYK 0.08 0 0.28 0.14
HSL 76.72º 0.46% 0.74% -
HSV(B) 76.72º 0.28% 0.86% -
XYZ 55.86 65.69 42.08 -
YUV 206.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 202 219 158 0.08 0 0.28 0.14 76.72 0.46 0.74
Hex CA DB 9E 8 0 1C E 4D 2E 4A
Octal 312 333 236 10 0 34 16 115 56 112
Binary 11001010 11011011 10011110 1000 0 11100 1110 1001101 101110 1001010

Color Harmonies of #CADB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB9E

Black with #CADB9E

Text Example


Text Example

White with #CADB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB9E; }

 p { color: rgb(202,219,158); }

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

background-color css

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

 a { background-color: rgb(202,219,158); }

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

border-color css

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

 span { border-color: rgb(202,219,158); }

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