Html Css Color HEX #CEBBF0 Fog

📋 copy color: '#CEBBF0'

red 206 ◦ green 187 ◦ blue 240

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

Shades of Fog #CEBBF0

Tints of Fog #CEBBF0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.54%

 BLUE value IS 240 (94.14% from 255) = 37.91%

R = 32.54%
G = 29.54%
B = 37.91%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CEBBF0 (or 0xCEBBF0) is known color: Fog. HEX triplet: CE, BB and F0. RGB value is (206,187,240). Sum of RGB (Red+Green+Blue) = 206+187+240=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEBBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBF0 is #31440F. Grayscale: #C6C6C6. Windows color (decimal): -3228688 or 15776718. OLE color: 15776718.

HSL color Cylindrical-coordinate representation of color #CEBBF0: hue angle of 261.51º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEBBF0 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 187 240 -
CMYK 0.14 0.22 0 0.06
HSL 261.51º 0.64% 0.84% -
HSV(B) 261.51º 0.22% 0.94% -
XYZ 58.95 54.95 89.94 -
YUV 198.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 206 187 240 0.14 0.22 0 0.06 261.51 0.64 0.84
Hex CE BB F0 E 16 0 6 106 40 54
Octal 316 273 360 16 26 0 6 406 100 124
Binary 11001110 10111011 11110000 1110 10110 0 110 100000110 1000000 1010100

Color Harmonies of #CEBBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBBF0

Black with #CEBBF0

Text Example


Text Example

White with #CEBBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBBF0; }

 p { color: rgb(206,187,240); }

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

background-color css

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

 a { background-color: rgb(206,187,240); }

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

border-color css

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

 span { border-color: rgb(206,187,240); }

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