Html Css Color HEX #CFCEF4 Lavender Blue

📋 copy color: '#CFCEF4'

red 207 ◦ green 206 ◦ blue 244

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

Shades of Lavender Blue #CFCEF4

Tints of Lavender Blue #CFCEF4

RGB

 RED value IS 207 (81.25% from 255) = 31.51%

 GREEN value IS 206 (80.86% from 255) = 31.35%

 BLUE value IS 244 (95.7% from 255) = 37.14%

R = 31.51%
G = 31.35%
B = 37.14%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFCEF4 (or 0xCFCEF4) is known color: Lavender Blue. HEX triplet: CF, CE and F4. RGB value is (207,206,244). Sum of RGB (Red+Green+Blue) = 207+206+244=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFCEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEF4 is #30310B. Grayscale: #D2D2D2. Windows color (decimal): -3158284 or 16043727. OLE color: 16043727.

HSL color Cylindrical-coordinate representation of color #CFCEF4: hue angle of 241.58º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCEF4 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 207 206 244 -
CMYK 0.15 0.16 0 0.04
HSL 241.58º 0.63% 0.88% -
HSV(B) 241.58º 0.16% 0.96% -
XYZ 64.13 63.94 94.55 -
YUV 210.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 207 206 244 0.15 0.16 0 0.04 241.58 0.63 0.88
Hex CF CE F4 F 10 0 4 F2 3F 58
Octal 317 316 364 17 20 0 4 362 77 130
Binary 11001111 11001110 11110100 1111 10000 0 100 11110010 111111 1011000

Color Harmonies of #CFCEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCEF4

Black with #CFCEF4

Text Example


Text Example

White with #CFCEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCEF4; }

 p { color: rgb(207,206,244); }

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

background-color css

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

 a { background-color: rgb(207,206,244); }

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

border-color css

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

 span { border-color: rgb(207,206,244); }

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