Html Css Color HEX #CADD9E Reef

📋 copy color: '#CADD9E'

red 202 ◦ green 221 ◦ blue 158

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

Shades of Reef #CADD9E

Tints of Reef #CADD9E

RGB

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

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

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

R = 34.77%
G = 38.04%
B = 27.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#CADD9E (or 0xCADD9E) is known color: Reef. HEX triplet: CA, DD and 9E. RGB value is (202,221,158). Sum of RGB (Red+Green+Blue) = 202+221+158=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADD9E is #352261. Grayscale: #D0D0D0. Windows color (decimal): -3482210 or 10411466. OLE color: 10411466.

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

Color convert

RGB 202 221 158 -
CMYK 0.09 0 0.29 0.13
HSL 78.1º 0.48% 0.74% -
HSV(B) 78.1º 0.29% 0.87% -
XYZ 56.39 66.74 42.26 -
YUV 208.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 202 221 158 0.09 0 0.29 0.13 78.1 0.48 0.74
Hex CA DD 9E 9 0 1D D 4E 30 4A
Octal 312 335 236 11 0 35 15 116 60 112
Binary 11001010 11011101 10011110 1001 0 11101 1101 1001110 110000 1001010

Color Harmonies of #CADD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD9E

Black with #CADD9E

Text Example


Text Example

White with #CADD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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