Html Css Color HEX #CEBCEC Fog

📋 copy color: '#CEBCEC'

red 206 ◦ green 188 ◦ blue 236

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

Shades of Fog #CEBCEC

Tints of Fog #CEBCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.84%

 BLUE value IS 236 (92.58% from 255) = 37.46%

R = 32.7%
G = 29.84%
B = 37.46%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEBCEC (or 0xCEBCEC) is known color: Fog. HEX triplet: CE, BC and EC. RGB value is (206,188,236). Sum of RGB (Red+Green+Blue) = 206+188+236=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEBCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCEC is #314313. Grayscale: #C6C6C6. Windows color (decimal): -3228436 or 15514830. OLE color: 15514830.

HSL color Cylindrical-coordinate representation of color #CEBCEC: hue angle of 262.5º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBCEC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 188 236 -
CMYK 0.13 0.20 0 0.07
HSL 262.5º 0.56% 0.83% -
HSV(B) 262.5º 0.2% 0.93% -
XYZ 58.58 55.14 86.91 -
YUV 198.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 206 188 236 0.13 0.20 0 0.07 262.5 0.56 0.83
Hex CE BC EC D 14 0 7 106 38 53
Octal 316 274 354 15 24 0 7 406 70 123
Binary 11001110 10111100 11101100 1101 10100 0 111 100000110 111000 1010011

Color Harmonies of #CEBCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBCEC

Black with #CEBCEC

Text Example


Text Example

White with #CEBCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBCEC; }

 p { color: rgb(206,188,236); }

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

background-color css

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

 a { background-color: rgb(206,188,236); }

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

border-color css

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

 span { border-color: rgb(206,188,236); }

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