Html Css Color HEX #CFCAEE Lavender Blue

📋 copy color: '#CFCAEE'

red 207 ◦ green 202 ◦ blue 238

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

Shades of Lavender Blue #CFCAEE

Tints of Lavender Blue #CFCAEE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.22%

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

R = 31.99%
G = 31.22%
B = 36.79%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFCAEE (or 0xCFCAEE) is known color: Lavender Blue. HEX triplet: CF, CA and EE. RGB value is (207,202,238). Sum of RGB (Red+Green+Blue) = 207+202+238=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFCAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCAEE is #303511. Grayscale: #CFCFCF. Windows color (decimal): -3159314 or 15649487. OLE color: 15649487.

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

Color convert

RGB 207 202 238 -
CMYK 0.13 0.15 0 0.07
HSL 248.33º 0.51% 0.86% -
HSV(B) 248.33º 0.15% 0.93% -
XYZ 62.29 61.68 89.51 -
YUV 207.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 207 202 238 0.13 0.15 0 0.07 248.33 0.51 0.86
Hex CF CA EE D F 0 7 F8 33 56
Octal 317 312 356 15 17 0 7 370 63 126
Binary 11001111 11001010 11101110 1101 1111 0 111 11111000 110011 1010110

Color Harmonies of #CFCAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCAEE

Black with #CFCAEE

Text Example


Text Example

White with #CFCAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCAEE; }

 p { color: rgb(207,202,238); }

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

background-color css

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

 a { background-color: rgb(207,202,238); }

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

border-color css

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

 span { border-color: rgb(207,202,238); }

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