Html Css Color HEX #CEDFF2 Pattens Blue

📋 copy color: '#CEDFF2'

red 206 ◦ green 223 ◦ blue 242

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

Shades of Pattens Blue #CEDFF2

Tints of Pattens Blue #CEDFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.07%

R = 30.7%
G = 33.23%
B = 36.07%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEDFF2 (or 0xCEDFF2) is known color: Pattens Blue. HEX triplet: CE, DF and F2. RGB value is (206,223,242). Sum of RGB (Red+Green+Blue) = 206+223+242=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFF2 is #31200D. Grayscale: #DBDBDB. Windows color (decimal): -3219470 or 15917006. OLE color: 15917006.

HSL color Cylindrical-coordinate representation of color #CEDFF2: hue angle of 211.67º degrees, saturation: 0.58, 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 #CEDFF2 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 223 242 -
CMYK 0.15 0.08 0 0.05
HSL 211.67º 0.58% 0.88% -
HSV(B) 211.67º 0.15% 0.95% -
XYZ 67.87 72.31 94.38 -
YUV 220.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 206 223 242 0.15 0.08 0 0.05 211.67 0.58 0.88
Hex CE DF F2 F 8 0 5 D4 3A 58
Octal 316 337 362 17 10 0 5 324 72 130
Binary 11001110 11011111 11110010 1111 1000 0 101 11010100 111010 1011000

Color Harmonies of #CEDFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDFF2

Black with #CEDFF2

Text Example


Text Example

White with #CEDFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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