Html Css Color HEX #CADB9D Reef

📋 copy color: '#CADB9D'

red 202 ◦ green 219 ◦ blue 157

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

Shades of Reef #CADB9D

Tints of Reef #CADB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.16%

R = 34.95%
G = 37.89%
B = 27.16%

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

#CADB9D (or 0xCADB9D) is known color: Reef. HEX triplet: CA, DB and 9D. RGB value is (202,219,157). Sum of RGB (Red+Green+Blue) = 202+219+157=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADB9D is #352462. Grayscale: #CFCFCF. Windows color (decimal): -3482723 or 10345418. OLE color: 10345418.

HSL color Cylindrical-coordinate representation of color #CADB9D: hue angle of 76.45º 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 #CADB9D is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 219 157 -
CMYK 0.08 0 0.28 0.14
HSL 76.45º 0.46% 0.74% -
HSV(B) 76.45º 0.28% 0.86% -
XYZ 55.77 65.65 41.63 -
YUV 206.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 202 219 157 0.08 0 0.28 0.14 76.45 0.46 0.74
Hex CA DB 9D 8 0 1C E 4C 2E 4A
Octal 312 333 235 10 0 34 16 114 56 112
Binary 11001010 11011011 10011101 1000 0 11100 1110 1001100 101110 1001010

Color Harmonies of #CADB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB9D

Black with #CADB9D

Text Example


Text Example

White with #CADB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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