Html Css Color HEX #C7D0CB Nebula

📋 copy color: '#C7D0CB'

red 199 ◦ green 208 ◦ blue 203

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

Shades of Nebula #C7D0CB

Tints of Nebula #C7D0CB

RGB

 RED value IS 199 (78.13% from 255) = 32.62%

 GREEN value IS 208 (81.64% from 255) = 34.1%

 BLUE value IS 203 (79.69% from 255) = 33.28%

R = 32.62%
G = 34.1%
B = 33.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#C7D0CB (or 0xC7D0CB) is known color: Nebula. HEX triplet: C7, D0 and CB. RGB value is (199,208,203). Sum of RGB (Red+Green+Blue) = 199+208+203=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0CB is #382F34. Grayscale: #CCCCCC. Windows color (decimal): -3682101 or 13357255. OLE color: 13357255.

HSL color Cylindrical-coordinate representation of color #C7D0CB: hue angle of 146.67º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7D0CB is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 208 203 -
CMYK 0.04 0 0.02 0.18
HSL 146.67º 0.09% 0.8% -
HSV(B) 146.67º 0.04% 0.82% -
XYZ 56.89 61.57 65.38 -
YUV 204.74 127.02 123.91 -
System Red Green Blue C M Y K H S L
Decimal 199 208 203 0.04 0 0.02 0.18 146.67 0.09 0.8
Hex C7 D0 CB 4 0 2 12 93 9 50
Octal 307 320 313 4 0 2 22 223 11 120
Binary 11000111 11010000 11001011 100 0 10 10010 10010011 1001 1010000

Color Harmonies of #C7D0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D0CB

Black with #C7D0CB

Text Example


Text Example

White with #C7D0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D0CB; }

 p { color: rgb(199,208,203); }

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

background-color css

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

 a { background-color: rgb(199,208,203); }

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

border-color css

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

 span { border-color: rgb(199,208,203); }

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