Html Css Color HEX #CEDFEB Pattens Blue

📋 copy color: '#CEDFEB'

red 206 ◦ green 223 ◦ blue 235

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

Shades of Pattens Blue #CEDFEB

Tints of Pattens Blue #CEDFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.58%

 BLUE value IS 235 (92.19% from 255) = 35.39%

R = 31.02%
G = 33.58%
B = 35.39%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CEDFEB (or 0xCEDFEB) is known color: Pattens Blue. HEX triplet: CE, DF and EB. RGB value is (206,223,235). Sum of RGB (Red+Green+Blue) = 206+223+235=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEDFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFEB is #312014. Grayscale: #DBDBDB. Windows color (decimal): -3219477 or 15458254. OLE color: 15458254.

HSL color Cylindrical-coordinate representation of color #CEDFEB: hue angle of 204.83º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDFEB is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 223 235 -
CMYK 0.12 0.05 0 0.08
HSL 204.83º 0.42% 0.86% -
HSV(B) 204.83º 0.12% 0.92% -
XYZ 66.84 71.9 88.95 -
YUV 219.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 206 223 235 0.12 0.05 0 0.08 204.83 0.42 0.86
Hex CE DF EB C 5 0 8 CD 2A 56
Octal 316 337 353 14 5 0 10 315 52 126
Binary 11001110 11011111 11101011 1100 101 0 1000 11001101 101010 1010110

Color Harmonies of #CEDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFEB

Black with #CEDFEB

Text Example


Text Example

White with #CEDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFEB; }

 p { color: rgb(206,223,235); }

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

background-color css

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

 a { background-color: rgb(206,223,235); }

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

border-color css

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

 span { border-color: rgb(206,223,235); }

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