Html Css Color HEX #CEDFED Pattens Blue

📋 copy color: '#CEDFED'

red 206 ◦ green 223 ◦ blue 237

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

Shades of Pattens Blue #CEDFED

Tints of Pattens Blue #CEDFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.59%

R = 30.93%
G = 33.48%
B = 35.59%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEDFED (or 0xCEDFED) is known color: Pattens Blue. HEX triplet: CE, DF and ED. RGB value is (206,223,237). Sum of RGB (Red+Green+Blue) = 206+223+237=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 223 (87.5% from 255 or 33.48% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFED is #312012. Grayscale: #DBDBDB. Windows color (decimal): -3219475 or 15589326. OLE color: 15589326.

HSL color Cylindrical-coordinate representation of color #CEDFED: hue angle of 207.1º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEDFED is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 223 237 -
CMYK 0.13 0.06 0 0.07
HSL 207.1º 0.46% 0.87% -
HSV(B) 207.1º 0.13% 0.93% -
XYZ 67.13 72.01 90.48 -
YUV 219.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 206 223 237 0.13 0.06 0 0.07 207.1 0.46 0.87
Hex CE DF ED D 6 0 7 CF 2E 57
Octal 316 337 355 15 6 0 7 317 56 127
Binary 11001110 11011111 11101101 1101 110 0 111 11001111 101110 1010111

Color Harmonies of #CEDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFED

Black with #CEDFED

Text Example


Text Example

White with #CEDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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