Html Css Color HEX #CBCCDF Periwinkle

📋 copy color: '#CBCCDF'

red 203 ◦ green 204 ◦ blue 223

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

Shades of Periwinkle #CBCCDF

Tints of Periwinkle #CBCCDF

RGB

 RED value IS 203 (79.69% from 255) = 32.22%

 GREEN value IS 204 (80.08% from 255) = 32.38%

 BLUE value IS 223 (87.5% from 255) = 35.4%

R = 32.22%
G = 32.38%
B = 35.4%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBCCDF (or 0xCBCCDF) is known color: Periwinkle. HEX triplet: CB, CC and DF. RGB value is (203,204,223). Sum of RGB (Red+Green+Blue) = 203+204+223=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCDF is #343320. Grayscale: #CDCDCD. Windows color (decimal): -3420961 or 14666955. OLE color: 14666955.

HSL color Cylindrical-coordinate representation of color #CBCCDF: hue angle of 237º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBCCDF is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 204 223 -
CMYK 0.09 0.09 0 0.13
HSL 237º 0.24% 0.84% -
HSV(B) 237º 0.09% 0.87% -
XYZ 59.54 61.21 78.49 -
YUV 205.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 203 204 223 0.09 0.09 0 0.13 237 0.24 0.84
Hex CB CC DF 9 9 0 D ED 18 54
Octal 313 314 337 11 11 0 15 355 30 124
Binary 11001011 11001100 11011111 1001 1001 0 1101 11101101 11000 1010100

Color Harmonies of #CBCCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCCDF

Black with #CBCCDF

Text Example


Text Example

White with #CBCCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCCDF; }

 p { color: rgb(203,204,223); }

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

background-color css

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

 a { background-color: rgb(203,204,223); }

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

border-color css

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

 span { border-color: rgb(203,204,223); }

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