Html Css Color HEX #CEBAFA Fog

📋 copy color: '#CEBAFA'

red 206 ◦ green 186 ◦ blue 250

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

Shades of Fog #CEBAFA

Tints of Fog #CEBAFA

RGB

 RED value IS 206 (80.86% from 255) = 32.09%

 GREEN value IS 186 (73.05% from 255) = 28.97%

 BLUE value IS 250 (98.05% from 255) = 38.94%

R = 32.09%
G = 28.97%
B = 38.94%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEBAFA (or 0xCEBAFA) is known color: Fog. HEX triplet: CE, BA and FA. RGB value is (206,186,250). Sum of RGB (Red+Green+Blue) = 206+186+250=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEBAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAFA is #314505. Grayscale: #C7C7C7. Windows color (decimal): -3228934 or 16431822. OLE color: 16431822.

HSL color Cylindrical-coordinate representation of color #CEBAFA: hue angle of 258.75º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEBAFA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 186 250 -
CMYK 0.18 0.26 0 0.02
HSL 258.75º 0.86% 0.85% -
HSV(B) 258.75º 0.26% 0.98% -
XYZ 60.27 55.14 97.91 -
YUV 199.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 206 186 250 0.18 0.26 0 0.02 258.75 0.86 0.85
Hex CE BA FA 12 1A 0 2 103 56 55
Octal 316 272 372 22 32 0 2 403 126 125
Binary 11001110 10111010 11111010 10010 11010 0 10 100000011 1010110 1010101

Color Harmonies of #CEBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBAFA

Black with #CEBAFA

Text Example


Text Example

White with #CEBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBAFA; }

 p { color: rgb(206,186,250); }

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

background-color css

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

 a { background-color: rgb(206,186,250); }

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

border-color css

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

 span { border-color: rgb(206,186,250); }

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