Html Css Color HEX #CEDFF1 Pattens Blue

📋 copy color: '#CEDFF1'

red 206 ◦ green 223 ◦ blue 241

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

Shades of Pattens Blue #CEDFF1

Tints of Pattens Blue #CEDFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.97%

R = 30.75%
G = 33.28%
B = 35.97%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEDFF1 (or 0xCEDFF1) is known color: Pattens Blue. HEX triplet: CE, DF and F1. RGB value is (206,223,241). Sum of RGB (Red+Green+Blue) = 206+223+241=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 241 (94.53% from 255 or 35.97% from 670); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFF1 is #31200E. Grayscale: #DBDBDB. Windows color (decimal): -3219471 or 15851470. OLE color: 15851470.

HSL color Cylindrical-coordinate representation of color #CEDFF1: hue angle of 210.86º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDFF1 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 223 241 -
CMYK 0.15 0.07 0 0.05
HSL 210.86º 0.56% 0.88% -
HSV(B) 210.86º 0.15% 0.95% -
XYZ 67.72 72.25 93.6 -
YUV 219.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 206 223 241 0.15 0.07 0 0.05 210.86 0.56 0.88
Hex CE DF F1 F 7 0 5 D3 38 58
Octal 316 337 361 17 7 0 5 323 70 130
Binary 11001110 11011111 11110001 1111 111 0 101 11010011 111000 1011000

Color Harmonies of #CEDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFF1

Black with #CEDFF1

Text Example


Text Example

White with #CEDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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