Html Css Color HEX #CADD9B Reef

📋 copy color: '#CADD9B'

red 202 ◦ green 221 ◦ blue 155

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

Shades of Reef #CADD9B

Tints of Reef #CADD9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.82%

R = 34.95%
G = 38.24%
B = 26.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#CADD9B (or 0xCADD9B) is known color: Reef. HEX triplet: CA, DD and 9B. RGB value is (202,221,155). Sum of RGB (Red+Green+Blue) = 202+221+155=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD9B is #352264. Grayscale: #D0D0D0. Windows color (decimal): -3482213 or 10214858. OLE color: 10214858.

HSL color Cylindrical-coordinate representation of color #CADD9B: hue angle of 77.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CADD9B is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 221 155 -
CMYK 0.09 0 0.30 0.13
HSL 77.27º 0.49% 0.74% -
HSV(B) 77.27º 0.3% 0.87% -
XYZ 56.13 66.64 40.91 -
YUV 207.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 202 221 155 0.09 0 0.30 0.13 77.27 0.49 0.74
Hex CA DD 9B 9 0 1E D 4D 31 4A
Octal 312 335 233 11 0 36 15 115 61 112
Binary 11001010 11011101 10011011 1001 0 11110 1101 1001101 110001 1001010

Color Harmonies of #CADD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD9B

Black with #CADD9B

Text Example


Text Example

White with #CADD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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