Html Css Color HEX #CADABB Ottoman

📋 copy color: '#CADABB'

red 202 ◦ green 218 ◦ blue 187

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

Shades of Ottoman #CADABB

Tints of Ottoman #CADABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.81%

R = 33.28%
G = 35.91%
B = 30.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#CADABB (or 0xCADABB) is known color: Ottoman. HEX triplet: CA, DA and BB. RGB value is (202,218,187). Sum of RGB (Red+Green+Blue) = 202+218+187=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #CADABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADABB is #352544. Grayscale: #D1D1D1. Windows color (decimal): -3482949 or 12311242. OLE color: 12311242.

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

Color convert

RGB 202 218 187 -
CMYK 0.07 0 0.14 0.15
HSL 90.97º 0.3% 0.79% -
HSV(B) 90.97º 0.14% 0.85% -
XYZ 58.4 66.29 56.73 -
YUV 209.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 202 218 187 0.07 0 0.14 0.15 90.97 0.3 0.79
Hex CA DA BB 7 0 E F 5B 1E 4F
Octal 312 332 273 7 0 16 17 133 36 117
Binary 11001010 11011010 10111011 111 0 1110 1111 1011011 11110 1001111

Color Harmonies of #CADABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADABB

Black with #CADABB

Text Example


Text Example

White with #CADABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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