Html Css Color HEX #CADABE Ottoman

📋 copy color: '#CADABE'

red 202 ◦ green 218 ◦ blue 190

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

Shades of Ottoman #CADABE

Tints of Ottoman #CADABE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.74%

 BLUE value IS 190 (74.61% from 255) = 31.15%

R = 33.11%
G = 35.74%
B = 31.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#CADABE (or 0xCADABE) is known color: Ottoman. HEX triplet: CA, DA and BE. RGB value is (202,218,190). Sum of RGB (Red+Green+Blue) = 202+218+190=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #CADABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADABE is #352541. Grayscale: #D2D2D2. Windows color (decimal): -3482946 or 12507850. OLE color: 12507850.

HSL color Cylindrical-coordinate representation of color #CADABE: hue angle of 94.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CADABE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 218 190 -
CMYK 0.07 0 0.13 0.15
HSL 94.29º 0.27% 0.8% -
HSV(B) 94.29º 0.13% 0.85% -
XYZ 58.72 66.42 58.44 -
YUV 210.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 202 218 190 0.07 0 0.13 0.15 94.29 0.27 0.8
Hex CA DA BE 7 0 D F 5E 1B 50
Octal 312 332 276 7 0 15 17 136 33 120
Binary 11001010 11011010 10111110 111 0 1101 1111 1011110 11011 1010000

Color Harmonies of #CADABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADABE

Black with #CADABE

Text Example


Text Example

White with #CADABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADABE; }

 p { color: rgb(202,218,190); }

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

background-color css

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

 a { background-color: rgb(202,218,190); }

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

border-color css

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

 span { border-color: rgb(202,218,190); }

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