Html Css Color HEX #C2CEC7 Nebula

📋 copy color: '#C2CEC7'

red 194 ◦ green 206 ◦ blue 199

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

Shades of Nebula #C2CEC7

Tints of Nebula #C2CEC7

RGB

 RED value IS 194 (76.17% from 255) = 32.39%

 GREEN value IS 206 (80.86% from 255) = 34.39%

 BLUE value IS 199 (78.13% from 255) = 33.22%

R = 32.39%
G = 34.39%
B = 33.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#C2CEC7 (or 0xC2CEC7) is known color: Nebula. HEX triplet: C2, CE and C7. RGB value is (194,206,199). Sum of RGB (Red+Green+Blue) = 194+206+199=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEC7 is #3D3138. Grayscale: #C9C9C9. Windows color (decimal): -4010297 or 13094594. OLE color: 13094594.

HSL color Cylindrical-coordinate representation of color #C2CEC7: hue angle of 145º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2CEC7 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 199 -
CMYK 0.06 0 0.03 0.19
HSL 145º 0.11% 0.78% -
HSV(B) 145º 0.06% 0.81% -
XYZ 54.63 59.74 62.68 -
YUV 201.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 194 206 199 0.06 0 0.03 0.19 145 0.11 0.78
Hex C2 CE C7 6 0 3 13 91 B 4E
Octal 302 316 307 6 0 3 23 221 13 116
Binary 11000010 11001110 11000111 110 0 11 10011 10010001 1011 1001110

Color Harmonies of #C2CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEC7

Black with #C2CEC7

Text Example


Text Example

White with #C2CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEC7; }

 p { color: rgb(194,206,199); }

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

background-color css

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

 a { background-color: rgb(194,206,199); }

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

border-color css

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

 span { border-color: rgb(194,206,199); }

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