Html Css Color HEX #CCCEFD Lavender Blue

📋 copy color: '#CCCEFD'

red 204 ◦ green 206 ◦ blue 253

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

Shades of Lavender Blue #CCCEFD

Tints of Lavender Blue #CCCEFD

RGB

 RED value IS 204 (80.08% from 255) = 30.77%

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

 BLUE value IS 253 (99.22% from 255) = 38.16%

R = 30.77%
G = 31.07%
B = 38.16%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCCEFD (or 0xCCCEFD) is known color: Lavender Blue. HEX triplet: CC, CE and FD. RGB value is (204,206,253). Sum of RGB (Red+Green+Blue) = 204+206+253=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCCEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEFD is #333102. Grayscale: #D2D2D2. Windows color (decimal): -3354883 or 16633548. OLE color: 16633548.

HSL color Cylindrical-coordinate representation of color #CCCEFD: hue angle of 237.55º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCEFD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 206 253 -
CMYK 0.19 0.19 0 0.01
HSL 237.55º 0.92% 0.9% -
HSV(B) 237.55º 0.19% 0.99% -
XYZ 64.7 64.07 101.89 -
YUV 210.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 204 206 253 0.19 0.19 0 0.01 237.55 0.92 0.9
Hex CC CE FD 13 13 0 1 EE 5C 5A
Octal 314 316 375 23 23 0 1 356 134 132
Binary 11001100 11001110 11111101 10011 10011 0 1 11101110 1011100 1011010

Color Harmonies of #CCCEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEFD

Black with #CCCEFD

Text Example


Text Example

White with #CCCEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEFD; }

 p { color: rgb(204,206,253); }

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

background-color css

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

 a { background-color: rgb(204,206,253); }

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

border-color css

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

 span { border-color: rgb(204,206,253); }

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