Html Css Color HEX #CEDFEE Pattens Blue

📋 copy color: '#CEDFEE'

red 206 ◦ green 223 ◦ blue 238

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

Shades of Pattens Blue #CEDFEE

Tints of Pattens Blue #CEDFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.68%

R = 30.88%
G = 33.43%
B = 35.68%

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

#CEDFEE (or 0xCEDFEE) is known color: Pattens Blue. HEX triplet: CE, DF and EE. RGB value is (206,223,238). Sum of RGB (Red+Green+Blue) = 206+223+238=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFEE is #312011. Grayscale: #DBDBDB. Windows color (decimal): -3219474 or 15654862. OLE color: 15654862.

HSL color Cylindrical-coordinate representation of color #CEDFEE: hue angle of 208.12º degrees, saturation: 0.48, 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 #CEDFEE is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 223 238 -
CMYK 0.13 0.06 0 0.07
HSL 208.13º 0.48% 0.87% -
HSV(B) 208.13º 0.13% 0.93% -
XYZ 67.27 72.07 91.25 -
YUV 219.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 206 223 238 0.13 0.06 0 0.07 208.13 0.48 0.87
Hex CE DF EE D 6 0 7 D0 30 57
Octal 316 337 356 15 6 0 7 320 60 127
Binary 11001110 11011111 11101110 1101 110 0 111 11010000 110000 1010111

Color Harmonies of #CEDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFEE

Black with #CEDFEE

Text Example


Text Example

White with #CEDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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