Html Css Color HEX #CADFB4 Ottoman

📋 copy color: '#CADFB4'

red 202 ◦ green 223 ◦ blue 180

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

Shades of Ottoman #CADFB4

Tints of Ottoman #CADFB4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

 BLUE value IS 180 (70.7% from 255) = 29.75%

R = 33.39%
G = 36.86%
B = 29.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#CADFB4 (or 0xCADFB4) is known color: Ottoman. HEX triplet: CA, DF and B4. RGB value is (202,223,180). Sum of RGB (Red+Green+Blue) = 202+223+180=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFB4 is #35204B. Grayscale: #D3D3D3. Windows color (decimal): -3481676 or 11853770. OLE color: 11853770.

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

Color convert

RGB 202 223 180 -
CMYK 0.09 0 0.19 0.13
HSL 89.3º 0.4% 0.79% -
HSV(B) 89.3º 0.19% 0.87% -
XYZ 58.98 68.63 53.32 -
YUV 211.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 202 223 180 0.09 0 0.19 0.13 89.3 0.4 0.79
Hex CA DF B4 9 0 13 D 59 28 4F
Octal 312 337 264 11 0 23 15 131 50 117
Binary 11001010 11011111 10110100 1001 0 10011 1101 1011001 101000 1001111

Color Harmonies of #CADFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADFB4

Black with #CADFB4

Text Example


Text Example

White with #CADFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADFB4; }

 p { color: rgb(202,223,180); }

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

background-color css

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

 a { background-color: rgb(202,223,180); }

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

border-color css

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

 span { border-color: rgb(202,223,180); }

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