Html Css Color HEX #CCCDFF Lavender Blue

📋 copy color: '#CCCDFF'

red 204 ◦ green 205 ◦ blue 255

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

Shades of Lavender Blue #CCCDFF

Tints of Lavender Blue #CCCDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.87%

 BLUE value IS 255 (100% from 255) = 38.4%

R = 30.72%
G = 30.87%
B = 38.4%

CMYK

 C value IS 0.2

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCCDFF (or 0xCCCDFF) is known color: Lavender Blue. HEX triplet: CC, CD and FF. RGB value is (204,205,255). Sum of RGB (Red+Green+Blue) = 204+205+255=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCCDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDFF is #333200. Grayscale: #D2D2D2. Windows color (decimal): -3355137 or 16764364. OLE color: 16764364.

HSL color Cylindrical-coordinate representation of color #CCCDFF: hue angle of 238.82º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCDFF is Cyan = 0.2, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 205 255 -
CMYK 0.2 0.20 0 0
HSL 238.82º 1% 0.9% -
HSV(B) 238.82º 0.2% 1% -
XYZ 64.78 63.72 103.49 -
YUV 210.4 153.17 123.43 -
System Red Green Blue C M Y K H S L
Decimal 204 205 255 0.2 0.20 0 0 238.82 1 0.9
Hex CC CD FF 14 14 0 0 EF 64 5A
Octal 314 315 377 24 24 0 0 357 144 132
Binary 11001100 11001101 11111111 10100 10100 0 0 11101111 1100100 1011010

Color Harmonies of #CCCDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDFF

Black with #CCCDFF

Text Example


Text Example

White with #CCCDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDFF; }

 p { color: rgb(204,205,255); }

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

background-color css

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

 a { background-color: rgb(204,205,255); }

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

border-color css

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

 span { border-color: rgb(204,205,255); }

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